Class XbimBBoxClusterElement
This class is used to organise clusters of elements in case a scene needs to be split up.
Inheritance
System.Object
XbimBBoxClusterElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Common.Geometry
Assembly: Xbim.Common.dll
Syntax
public class XbimBBoxClusterElement
Constructors
| Improve this Doc View SourceXbimBBoxClusterElement(Int32, XbimRect3D)
Declaration
public XbimBBoxClusterElement(int geomteryId, XbimRect3D bound)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | geomteryId | |
| XbimRect3D | bound |
Fields
| Improve this Doc View SourceBound
Declaration
public XbimRect3D Bound
Field Value
| Type | Description |
|---|---|
| XbimRect3D |
GeometryIds
Declaration
public List<int> GeometryIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Int32> |
Methods
| Improve this Doc View SourceAdd(XbimBBoxClusterElement)
Declaration
public void Add(XbimBBoxClusterElement otherElement)
Parameters
| Type | Name | Description |
|---|---|---|
| XbimBBoxClusterElement | otherElement |