M_Rhino_Geometry_Morphs_FlowSpaceMorph__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a flow space morph.
Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public FlowSpaceMorph(
Curve curve0,
Curve curve1,
bool preventStretching
)
VB
Public Sub New (
curve0 As Curve,
curve1 As Curve,
preventStretching As Boolean
)
- curve0
- Type: Rhino.Geometry.Curve
Base curve. - curve1
- Type: Rhino.Geometry.Curve
Target curve. - preventStretching
- Type: System.Boolean
[Missing documentation for "M:Rhino.Geometry.Morphs.FlowSpaceMorph.#ctor(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Boolean)"]
Supported in: 6.0.16224.21491, 5D58w
FlowSpaceMorph Class
FlowSpaceMorph Overload
Rhino.Geometry.Morphs Namespace