M_Rhino_Geometry_Morphs_StretchSpaceMorph__ctor - 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,
Point3d point
)
VB
Public Sub New (
start As Point3d,
end As Point3d,
point As Point3d
)
- start
- Type: Rhino.Geometry.Point3d
Start of stretch axis. - end
- Type: Rhino.Geometry.Point3d
End of stretch axis.> - point
- Type: Rhino.Geometry.Point3d
End of new stretch axis.
Supported in: 6.0.16224.21491, 5D58w
StretchSpaceMorph Class
StretchSpaceMorph Overload
Rhino.Geometry.Morphs Namespace