RhinoCommon API
StretchSpaceMorph Constructor (Point3d, Point3d, Double) |
Constructs a stretch space morph.
Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.9

public StretchSpaceMorph( Point3d start, Point3d end, double length )
Public Sub New ( start As Point3d, end As Point3d, length As Double )
Parameters
- start
- Type: Rhino.GeometryPoint3d
Start of stretch axis. - end
- Type: Rhino.GeometryPoint3d
End of stretch axis.> - length
- Type: SystemDouble
Length of new stretch axis.
