Gets the scale factors for the x, y, and z coordinates of the Block instance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetScales( _
DOUBLE* ScaleX As System.Double, _
DOUBLE* ScaleY As System.Double, _
DOUBLE* ScaleZ As System.Double _
) |
C# | |
---|
void GetScales(
out System.double ScaleX,
out System.double ScaleY,
out System.double ScaleZ
) |
Parameters
- ScaleX[out]
- Scale factor for the x coordinate
- ScaleY[out]
- Scale factor for the y coordinate
- ScaleZ[out] or Return Value
- Scale factor for the z coordinate
See Also
Availability
DraftSight V1R1.1