StretchSpaceMorph Constructor (Point3d, Point3d, Double) |
Constructs a stretch space morph.
Namespace:
Rhino.Geometry.Morphs
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also