PlateGeometryObject::GetPlateSize
Defined in:
Returns the plate size.
C4Primitives.h
Prototype
const Vector2D& GetPlateSize(void) const;
Description
The GetPlateSize
function returns the size of a plate primitive. The components of the return value correspond to the extents of the plate in the positive x and y directions.
See Also