class PathPrimitiveGeometryObject
Defined in:  
The C4Primitives.hPathPrimitiveGeometryObject 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 PathPrimitiveGeometryObjectis an object that can be shared by multiple geometry nodes. | 
See Also
