FlowSpaceMorph Constructor (Curve, Curve, Boolean, Boolean, 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 reverseCurve0,
bool reverseCurve1,
bool preventStretching
)
Public Sub New (
curve0 As Curve,
curve1 As Curve,
reverseCurve0 As Boolean,
reverseCurve1 As Boolean,
preventStretching As Boolean
)
Parameters
- curve0
- Type: Rhino.GeometryCurve
Base curve. - curve1
- Type: Rhino.GeometryCurve
Target curve. - reverseCurve0
- Type: SystemBoolean
If true, then direction of curve0 is reversed. - reverseCurve1
- Type: SystemBoolean
If true, then direction of curve1 is reversed. - preventStretching
- Type: SystemBoolean
If true, the length of the objects along the curve directions are not changed. If false, objects are stretched or compressed in the curve direction so that the relationship to the target curve is the same as it is to the base curve.
See Also