M_Rhino_Geometry_Morphs_StretchSpaceMorph__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

StretchSpaceMorph Constructor (Point3d, Point3d, Point3d)

Constructs a stretch space morph.

Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public StretchSpaceMorph(
	Point3d start,
	Point3d end,
	Point3d point
)

VB

Public Sub New ( 
	start As Point3d,
	end As Point3d,
	point As Point3d
)

Parameters

 

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

StretchSpaceMorph Class
StretchSpaceMorph Overload
Rhino.Geometry.Morphs Namespace

⚠️ **GitHub.com Fallback** ⚠️