Interface IXbimMeshSet
Inherited Members
System.Collections.Generic.IEnumerable<Xbim.Common.Geometry.IXbimMesh>.GetEnumerator()
System.IDisposable.Dispose()
Namespace: Xbim.Common.Geometry
Assembly: Xbim.Common.dll
Syntax
public interface IXbimMeshSet : IEnumerable<IXbimMesh>, IEnumerable, IXbimGeometryObject, IDisposable
Properties
| Improve this Doc View SourceCount
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
First
Declaration
IXbimMesh First { get; }
Property Value
Type | Description |
---|---|
IXbimMesh |