Click or drag to resize

StretchSpaceMorph Constructor (Point3d, Point3d, Double)

Constructs a stretch space morph.

Namespace:  Rhino.Geometry.Morphs
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntax
public StretchSpaceMorph(
	Point3d start,
	Point3d end,
	double length
)

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.
See Also