Click or drag to resize

File3dmShutLiningSetCurveProfile Method

Sets the profile of the shut-line for the given curve.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void SetCurveProfile(
	Guid curve_id,
	int profile
)

Parameters

curve_id
Type: SystemGuid

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

profile
Type: SystemInt32

[Missing <param name="profile"/> documentation for "M:Rhino.FileIO.File3dmShutLining.SetCurveProfile(System.Guid,System.Int32)"]

See Also