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