UtilGetBrepfromGuids Method |
Converts guids to breps.
Also sets the order of geometry pick-up
If geometry has order in user dictionary it is sorted by that
If geometry has no order or only partial order an order values is written to the geo
All compound breps are exploded and order is written in each face.
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic static IList<Brep> GetBrepfromGuids(
IList<Guid> guids
)
Public Shared Function GetBrepfromGuids (
guids As IList(Of Guid)
) As IList(Of Brep)
public:
static IList<Brep^>^ GetBrepfromGuids(
IList<Guid>^ guids
)
static member GetBrepfromGuids :
guids : IList<Guid> -> IList<Brep>
Parameters
- guids
- Type: System.Collections.GenericIListGuid
[Missing <param name="guids"/> documentation for "M:PolyFramework.Util.GetBrepfromGuids(System.Collections.Generic.IList{System.Guid})"]
Return Value
Type:
IListBrep[Missing <returns> documentation for "M:PolyFramework.Util.GetBrepfromGuids(System.Collections.Generic.IList{System.Guid})"]
See Also