class PlateGeometryObject
Defined in:
The C4Primitives.h
PlateGeometryObject
class encapsulates data pertaining to a plate primitive.
Definition
class PlateGeometryObject final : public PrimitiveGeometryObject
Member Functions
PlateGeometryObject::GetPlateSize |
Returns the plate size. |
PlateGeometryObject::SetPlateSize |
Sets the plate size. |
Constructor
PlateGeometryObject(const Vector2D& size);
Parameters
size |
The size of the plate. |
Description
The PlateGeometryObject
class encapsulates data pertaining to a plate primitive. In its local coordinate space, a plate primitive lies in the x-y plane with one of its corners at the origin. The components of the size
parameter define the extents of the plate in the positive x and y directions.
Base Classes
PrimitiveGeometryObject |
A PlateGeometryObject is an object that can be shared by multiple plate geometry nodes.
|
See Also