Property that represents a collection of
complexes in this B-Rep. A complex is a connected 3D solid bound by
two-dimensional shells. The first shell is outer shell, all the
others are inner shells (i.e. hollows).
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public BrepComplexCollection Complexes { get; }
Public ReadOnly Property Complexes As BrepComplexCollection
Get
public:
property BrepComplexCollection^ Complexes {
BrepComplexCollection^ get ();
}
member Complexes : BrepComplexCollection with get
Property Value
BrepComplexCollection
See Also