Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | SceneObject --+ | Geometry --+ | Primitive --+ | ParametricModel --+ | Hull --+ | ExtrudedHull
A hull extruded by a vertical and an horizontal profiles.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
__instance_size__ = 12
|
|
Inherited from |
Properties | |
ccw | |
horizontal | |
vertical | |
Inherited from Inherited from |
Method Details |
__init__( (object)arg1, (Curve2D)arg2, (Curve2D)arg3 [, (bool)arg4]) -> None : ExtrudedHull(vertical,horizontal)Constructs a ExtrudedHull with the profiles horizontal and vertical. C++ signature : void __init__(struct _object *,class TOOLS::RefCountPtr<class PGL::Curve2D>,class TOOLS::RefCountPtr<class PGL::Curve2D> [,bool])
|
copy( (ExtrudedHull)arg1) -> SceneObject : C++ signature : class TOOLS::RefCountPtr<class PGL::SceneObject> copy(class PGL::ExtrudedHull {lvalue}) |
isCCWToDefault( (ExtrudedHull)arg1) -> bool : C++ signature : bool isCCWToDefault(class PGL::ExtrudedHull {lvalue}) |
Property Details |
ccw
|
horizontal
|
vertical
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:17 2008 | http://epydoc.sourceforge.net |