M_Rhino_Geometry_Morphs_FlowSpaceMorph__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

FlowSpaceMorph Constructor (Curve, Curve, Boolean)

Constructs a flow space morph.

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

Syntax

C#

public FlowSpaceMorph(
	Curve curve0,
	Curve curve1,
	bool preventStretching
)

VB

Public Sub New ( 
	curve0 As Curve,
	curve1 As Curve,
	preventStretching As Boolean
)

Parameters

 

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)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

FlowSpaceMorph Class
FlowSpaceMorph Overload
Rhino.Geometry.Morphs Namespace

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