PlateVolume::GetPlateSize
Defined in:
Returns the plate size.
C4Volumes.h
Prototype
const Vector2D& GetPlateSize(void) const;
Description
The GetPlateSize
function returns a 2D vector containing the physical dimensions of the rectangular cross-section of the semi-infinite volume. One corner of the plate coincides with the origin, and the two components of the size correspond to the dimensions of the plate along the positive x and y axes.
See Also