class TubeGeometryObject
Defined in:
The C4Primitives.h
TubeGeometryObject
class encapsulates data pertaining to a path tube primitive.
Definition
class TubeGeometryObject final : public PathPrimitiveGeometryObject
Constructor
TubeGeometryObject(const Path *path, const Vector2D& size);
Parameters
path |
The path along which the tube is created. |
size |
The size of the cross section of the tube. |
Description
Base Classes
PathPrimitiveGeometryObject |
A TubeGeometryObject is an object that can be shared by multiple path tube geometry nodes.
|
See Also