Click or drag to resize

UtilDecompose Method

[Missing <summary> documentation for "M:PolyFramework.Util.Decompose(System.Collections.Generic.IList{Rhino.Geometry.Brep})"]

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static IList<Brep> Decompose(
	IList<Brep> inputBreps
)

Parameters

inputBreps
Type: System.Collections.GenericIListBrep

[Missing <param name="inputBreps"/> documentation for "M:PolyFramework.Util.Decompose(System.Collections.Generic.IList{Rhino.Geometry.Brep})"]

Return Value

Type: IListBrep

[Missing <returns> documentation for "M:PolyFramework.Util.Decompose(System.Collections.Generic.IList{Rhino.Geometry.Brep})"]

See Also