RhinoObject.GetFillSurfaces Method (RhinoObject, IEnumerable(ClippingPlaneObject), Boolean)

RhinoObjectGetFillSurfaces Method (RhinoObject, IEnumerableClippingPlaneObject, Boolean)

Return list of fill surfaces if any for object and clipping plane.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Brep[] GetFillSurfaces(
	RhinoObject rhinoObject,
	IEnumerable<ClippingPlaneObject> clippingPlaneObjects,
	bool unclippedFills
)
Public Shared Function GetFillSurfaces ( 
	rhinoObject As RhinoObject,
	clippingPlaneObjects As IEnumerable(Of ClippingPlaneObject),
	unclippedFills As Boolean
) As Brep()

Parameters

rhinoObject
Type: Rhino.DocObjectsRhinoObject
Object to clip
clippingPlaneObjects
Type: System.Collections.GenericIEnumerableClippingPlaneObject
Enumeration of clipping plane objects
unclippedFills
Type: SystemBoolean
Use true to get fills that are not trimmed by all clipping planes

Return Value

Type: Brep
Array of Brep containing fills if there were any generated, trimmed if unclippedFills was false
Version Information

Rhino for Windows

Supported in: 6.8
See Also