Search Results for

    Show / Hide Table of Contents

    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 Source

    XbimBBoxClusterElement(Int32, XbimRect3D)

    Declaration
    public XbimBBoxClusterElement(int geomteryId, XbimRect3D bound)
    Parameters
    Type Name Description
    System.Int32 geomteryId
    XbimRect3D bound

    Fields

    | Improve this Doc View Source

    Bound

    Declaration
    public XbimRect3D Bound
    Field Value
    Type Description
    XbimRect3D
    | Improve this Doc View Source

    GeometryIds

    Declaration
    public List<int> GeometryIds
    Field Value
    Type Description
    System.Collections.Generic.List<System.Int32>

    Methods

    | Improve this Doc View Source

    Add(XbimBBoxClusterElement)

    Declaration
    public void Add(XbimBBoxClusterElement otherElement)
    Parameters
    Type Name Description
    XbimBBoxClusterElement otherElement
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim