class ExtrusionGeometryObject
Defined in:
The C4Primitives.h
ExtrusionGeometryObject
class encapsulates data pertaining to a path extrusion primitive.
Definition
class ExtrusionGeometryObject final : public PathPrimitiveGeometryObject
Constructor
ExtrusionGeometryObject(const Path *path, const Vector2D& size, float height);
Parameters
path |
The path making up the base of the extrusion. |
size |
The base size of the extrusion. |
height |
The height of the extrusion. |
Description
Base Classes
PathPrimitiveGeometryObject |
An ExtrusionGeometryObject is an object that can be shared by multiple path extrusion geometry nodes.
|
See Also