PlateGeometryObject::SetPlateSize
Defined in:
Sets the plate size.
C4Primitives.h
Prototype
void SetPlateSize(const Vector2D& size);
Parameters
size |
The new plate size. |
Description
The SetPlateSize
function sets the size of a plate primitive. The components of the size
parameter define the extents of the plate in the positive x and y directions.
See Also