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)
Syntaxpublic static IList<Brep> DecomposeG(
IList<Guid> inputGuids
)
Public Shared Function DecomposeG (
inputGuids As IList(Of Guid)
) As IList(Of Brep)
public:
static IList<Brep^>^ DecomposeG(
IList<Guid>^ inputGuids
)
static member DecomposeG :
inputGuids : IList<Guid> -> IList<Brep>
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