FlowSpaceMorph Constructor (Curve, Curve, Boolean) |
Constructs a flow space morph.
Namespace:
Rhino.Geometry.Morphs
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntax public FlowSpaceMorph(
Curve curve0,
Curve curve1,
bool preventStretching
)
Public Sub New (
curve0 As Curve,
curve1 As Curve,
preventStretching As Boolean
)
Parameters
- curve0
- Type: Rhino.GeometryCurve
Base curve. - curve1
- Type: Rhino.GeometryCurve
Target curve. - preventStretching
- Type: SystemBoolean
[Missing <param name="preventStretching"/> documentation for "M:Rhino.Geometry.Morphs.FlowSpaceMorph.#ctor(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Boolean)"]
See Also