Eyeshot 10 WPF API Reference
Scaling Constructor(Point3D,Double,Double,Double)

WPF Assembly > devDept.Geometry Namespace > Scaling Class > Scaling Constructor : Scaling Constructor(Point3D,Double,Double,Double)
Fixed point
Scale factor along X
Scale factor along Y
Scale factor along Z
3D point and scale factors constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal fixedPoint As Point3D, _
   ByVal sx As Double, _
   ByVal sy As Double, _
   ByVal sz As Double _
)
public Scaling( 
   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

Scaling Class
Scaling Members
Overload List