Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | ParametricModel --+ | Extrusion
An Extrusion represented by an axis, a cross section and a tranformation function.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
Inherited from |
Properties | |
DEFAULT_CCW | |
DEFAULT_ORIENTATION_LIST | |
DEFAULT_SCALE_LIST | |
DEFAULT_SOLID | |
axis | |
ccw | |
crossSection | |
knotList | |
orientation | |
scale | |
solid | |
Inherited from Inherited from |
Method Details |
__init__( (object)arg1, (LineicModel)arg2, (Curve2D)arg3 [, (Point2Array)arg4]) -> None : Extrusion (LineicModel, Curve2D,[Point2Array([])]) C++ signature : void __init__(struct _object *,class TOOLS::RefCountPtr<class PGL::LineicModel>,class TOOLS::RefCountPtr<class PGL::Curve2D> [,class TOOLS::RefCountPtr<class PGL::Point2Array>])
|
copy( (Extrusion)arg1) -> SceneObject : C++ signature : class TOOLS::RefCountPtr<class PGL::SceneObject> copy(class PGL::Extrusion {lvalue}) |
isCCWToDefault( (Extrusion)arg1) -> bool : C++ signature : bool isCCWToDefault(class PGL::Extrusion {lvalue}) |
isOrientationToDefault( (Extrusion)arg1) -> bool : C++ signature : bool isOrientationToDefault(class PGL::Extrusion {lvalue}) |
isScaleToDefault( (Extrusion)arg1) -> bool : C++ signature : bool isScaleToDefault(class PGL::Extrusion {lvalue}) |
isSolidToDefault( (Extrusion)arg1) -> bool : C++ signature : bool isSolidToDefault(class PGL::Extrusion {lvalue}) |
Property Details |
DEFAULT_CCW
|
DEFAULT_ORIENTATION_LIST
|
DEFAULT_SCALE_LIST
|
DEFAULT_SOLID
|
axis
|
ccw
|
crossSection
|
knotList
|
orientation
|
scale
|
solid
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:17 2008 | http://epydoc.sourceforge.net |