Search Results for

    Show / Hide Table of Contents

    Class XbimRegion

    Used in the clustering analysis of elements the model.

    Inheritance
    System.Object
    XbimRegion
    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 XbimRegion

    Constructors

    | Improve this Doc View Source

    XbimRegion()

    Declaration
    public XbimRegion()
    | Improve this Doc View Source

    XbimRegion(String, XbimRect3D, Int32, XbimMatrix3D)

    Declaration
    public XbimRegion(string name, XbimRect3D bounds, int population, XbimMatrix3D worldCoordinateSystem)
    Parameters
    Type Name Description
    System.String name
    XbimRect3D bounds
    System.Int32 population
    XbimMatrix3D worldCoordinateSystem

    Fields

    | Improve this Doc View Source

    Centre

    Declaration
    public XbimPoint3D Centre
    Field Value
    Type Description
    XbimPoint3D
    | Improve this Doc View Source

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Population

    Declaration
    public int Population
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Size

    Declaration
    public XbimVector3D Size
    Field Value
    Type Description
    XbimVector3D
    | Improve this Doc View Source

    version

    Declaration
    [Obsolete("This property is a temporary fix to allow old files to be upgraded. Please don't use outside of Xbim", false)]
    public int version
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    WorldCoordinateSystem

    Declaration
    public XbimMatrix3D WorldCoordinateSystem { get; set; }
    Property Value
    Type Description
    XbimMatrix3D

    Methods

    | Improve this Doc View Source

    ToXbimRect3D()

    Declaration
    public XbimRect3D ToXbimRect3D()
    Returns
    Type Description
    XbimRect3D
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim