C4 Engine
C4 Engine API Documentation

class PathPrimitiveGeometryObject

Defined in:  C4Primitives.h
The 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

PathPrimitiveGeometry