Click or drag to resize

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)
Syntax
public static IList<Brep> GetBrepfromGuids(
	IList<Guid> guids
)

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