M_Rhino_Geometry_Morphs_StretchSpaceMorph__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

StretchSpaceMorph Constructor (Point3d, Point3d, Double)

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,
	double length
)

VB

Public Sub New ( 
	start As Point3d,
	end As Point3d,
	length As Double
)

Parameters

 

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

StretchSpaceMorph Class
StretchSpaceMorph Overload
Rhino.Geometry.Morphs Namespace

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