C4 Engine
C4 Engine API Documentation

class RevolutionGeometryObject

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

class RevolutionGeometryObject final : public PathPrimitiveGeometryObject

Constructor

RevolutionGeometryObject(const Path *path, const Vector2D& size, float height);

Parameters
path The path defining the lateral shape of the revolution.
size The size of the base of the revolution.
height The height of the revolution.
Description
Base Classes
PathPrimitiveGeometryObject A RevolutionGeometryObject is an object that can be shared by multiple path revolution geometry nodes.
See Also

RevolutionGeometry