PlateVolume::SetPlateSize
Defined in:
Sets the plate size.
C4Volumes.h
Prototype
void SetPlateSize(const Vector2D& size);
Parameters
size |
The new plate size. |
Description
The SetPlateSize
function sets the physical dimensions of the rectangular cross-section of the semi-infinite volume to those specified by the size
parameter. 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