Path¶
Inherits: Spatial < Node < Object
Category: Core
Brief Description¶
Container for a Curve3D.
Member Functions¶
get_curve ( ) const |
|
void |
Description¶
This class is a container/Node-ification of a Curve3D, so it can have Spatial properties and Node info.
Member Function Description¶
Curve3D get_curve ( ) const
Returns the Curve3D contained.
void set_curve ( Curve3D curve )
Sets the Curve3D.