Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | ParametricModel --+ | SOR --+ | Swung
A surface defined by the revolution and interpolation of several 2D profiles along Z axis.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
DEFAULT_CCW | |
DEFAULT_DEGREE | |
DEFAULT_STRIDE | |
angleList | |
ccw | |
degree | |
interpolator | |
profileList | |
stride | |
Inherited from Inherited from |
Method Details |
__init__( (object)arg1, (list)profiles, (list)angles, (int)slices, (bool)ccw, (int)degree, (int)stride) -> object : Swung([Curve2D] profiles,list angles [,slices,ccw,degree,stride]) C++ signature : void * __init__(class boost::python::api::object,class boost::python::list,class boost::python::list,unsigned char,bool,unsigned int,unsigned int) __init__( (object)arg1, (list)profiles, (list)angles [, (int)slices [, (bool)ccw [, (int)degree]]]) -> object : C++ signature : void * __init__(class boost::python::api::object,class boost::python::list,class boost::python::list [,unsigned char [,bool [,unsigned int]]])
|
isCCWToDefault( (Swung)arg1) -> bool : C++ signature : bool isCCWToDefault(class PGL::Swung {lvalue}) |
isDegreeToDefault( (Swung)arg1) -> bool : C++ signature : bool isDegreeToDefault(class PGL::Swung {lvalue}) |
isStrideToDefault( (Swung)arg1) -> bool : C++ signature : bool isStrideToDefault(class PGL::Swung {lvalue}) |
Property Details |
DEFAULT_CCW
|
DEFAULT_DEGREE
|
DEFAULT_STRIDE
|
angleList
|
ccw
|
degree
|
interpolator
|
profileList
|
stride
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:18 2008 | http://epydoc.sourceforge.net |