Click or drag to resize

UtilDecomposeG Method

Decomposes breps from a list of guids pointing at breps in the document. Does nothing if they are not breps.

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static IList<Brep> DecomposeG(
	IList<Guid> inputGuids
)

Parameters

inputGuids
Type: System.Collections.GenericIListGuid

[Missing <param name="inputGuids"/> documentation for "M:PolyFramework.Util.DecomposeG(System.Collections.Generic.IList{System.Guid})"]

Return Value

Type: IListBrep

[Missing <returns> documentation for "M:PolyFramework.Util.DecomposeG(System.Collections.Generic.IList{System.Guid})"]

See Also