Eyeshot 10 WinForms API Reference
Scale(Point3D,Double,Double,Double) Method

WinForms Assembly > devDept.Geometry Namespace > Transformation Class > Scale Method : Scale(Point3D,Double,Double,Double) Method
Fixed point
Scale factor along X
Scale factor along Y
Scale factor along Z
Create a non-uniform scale transformation with a specified fixed point.
Syntax
'Declaration
 
Public Overloads Sub Scale( _
   ByVal fixedPoint As Point3D, _
   ByVal sx As Double, _
   ByVal sy As Double, _
   ByVal sz As Double _
) 
public void Scale( 
   Point3D fixedPoint,
   double sx,
   double sy,
   double sz
)

Parameters

fixedPoint
Fixed point
sx
Scale factor along X
sy
Scale factor along Y
sz
Scale factor along Z
See Also

Reference

Transformation Class
Transformation Members
Overload List