class PathPrimitiveGeometryObject
Defined in:
The C4Primitives.h
PathPrimitiveGeometryObject
class encapsulates data pertaining to primitive geometries that use paths.
Definition
class PathPrimitiveGeometryObject : public PrimitiveGeometryObject
Constructor
PathPrimitiveGeometryObject(PrimitiveType type, const Path *path);
Parameters
type |
The primitive geometry type. |
path |
The path that the primitive geometry uses. |
Description
Base Classes
PrimitiveGeometryObject |
A PathPrimitiveGeometryObject is an object that can be shared by multiple geometry nodes.
|
See Also