C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

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);

The constructor has protected access. The PathPrimitiveGeometryObject class can only exist as a base class for other primitive geometry objects.
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