M_Rhino_Geometry_Morphs_StretchSpaceMorph__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a stretch space morph.
Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public StretchSpaceMorph(
Point3d start,
Point3d end,
double length
)
VB
Public Sub New (
start As Point3d,
end As Point3d,
length As Double
)
- start
- Type: Rhino.Geometry.Point3d
Start of stretch axis. - end
- Type: Rhino.Geometry.Point3d
End of stretch axis.> - length
- Type: System.Double
Length of new stretch axis.
Supported in: 6.0.16224.21491, 5D58w
StretchSpaceMorph Class
StretchSpaceMorph Overload
Rhino.Geometry.Morphs Namespace