Click or drag to resize

MeshWithShutLining Method

Constructs new mesh from the current one, with shut lining applied to it.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Mesh WithShutLining(
	bool faceted,
	double tolerance,
	IEnumerable<ShutLiningCurveInfo> curves
)

Parameters

faceted
Type: SystemBoolean
Specifies whether the shutline is faceted.
tolerance
Type: SystemDouble
The tolerance of the shutline.
curves
Type: System.Collections.GenericIEnumerableShutLiningCurveInfo
A collection of curve arguments.

Return Value

Type: Mesh
A new mesh with shutlining. Null on failure.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf curves is null.
InvalidOperationExceptionIf displacement failed because of an error. The exception message specifies the error.
See Also