C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class ExtrusionGeometryObject

Defined in:  C4Primitives.h
The ExtrusionGeometryObject class encapsulates data pertaining to a path extrusion primitive.
Definition

class ExtrusionGeometryObject : 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

ExtrusionGeometry