Click or drag to resize

File3dmShutLiningSetCurvePull Method

Sets whether the given curve is pulled to the surface before creating the shut-line.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void SetCurvePull(
	Guid curve_id,
	bool pull
)

Parameters

curve_id
Type: SystemGuid

[Missing <param name="curve_id"/> documentation for "M:Rhino.FileIO.File3dmShutLining.SetCurvePull(System.Guid,System.Boolean)"]

pull
Type: SystemBoolean

[Missing <param name="pull"/> documentation for "M:Rhino.FileIO.File3dmShutLining.SetCurvePull(System.Guid,System.Boolean)"]

See Also