class DomeGeometryObject
Defined in:
The C4Primitives.h
DomeGeometryObject
class encapsulates data pertaining to a dome primitive.
Definition
class DomeGeometryObject final : public PrimitiveGeometryObject
Member Functions
DomeGeometryObject::GetDomeSize |
Returns the dome size. |
DomeGeometryObject::SetDomeSize |
Sets the dome size. |
Constructor
DomeGeometryObject(const Vector3D& size);
Parameters
size |
The size of the dome. |
Description
The DomeGeometryObject
class encapsulates data pertaining to a dome primitive. In its local coordinate space, a dome primitive has the center of its base at the origin. The components of the size
parameter define the semiaxis lengths in the x, y, and z directions.
Base Classes
PrimitiveGeometryObject |
A DomeGeometryObject is an object that can be shared by multiple dome geometry nodes.
|
See Also