World Manager
C4Primitives.h

class PlateGeometryObject

The PlateGeometryObject class encapsulates data pertaining to a plate primitive.
Definition

class PlateGeometryObject : 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
Base Classes
PrimitiveGeometryObject A PlateGeometryObject is an object that can be shared by multiple plate geometry nodes.
See Also
PlateGeometry