Search Results for

    Show / Hide Table of Contents

    Interface IXbimFace

    Inherited Members
    IXbimGeometryObject.GeometryType
    IXbimGeometryObject.IsValid
    IXbimGeometryObject.IsSet
    IXbimGeometryObject.BoundingBox
    IXbimGeometryObject.Transform(XbimMatrix3D)
    IXbimGeometryObject.TransformShallow(XbimMatrix3D)
    IXbimGeometryObject.Tag
    System.IDisposable.Dispose()
    System.IEquatable<Xbim.Common.Geometry.IXbimFace>.Equals(Xbim.Common.Geometry.IXbimFace)
    Namespace: Xbim.Common.Geometry
    Assembly: Xbim.Common.dll
    Syntax
    public interface IXbimFace : IXbimGeometryObject, IDisposable, IEquatable<IXbimFace>

    Properties

    | Improve this Doc View Source

    Area

    Declaration
    double Area { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    InnerBounds

    Declaration
    IXbimWireSet InnerBounds { get; }
    Property Value
    Type Description
    IXbimWireSet
    | Improve this Doc View Source

    IsPlanar

    Declaration
    bool IsPlanar { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Location

    Declaration
    XbimPoint3D Location { get; }
    Property Value
    Type Description
    XbimPoint3D
    | Improve this Doc View Source

    Normal

    The topological normal of the face, nb. this may differ from the normal of the bound

    Declaration
    XbimVector3D Normal { get; }
    Property Value
    Type Description
    XbimVector3D
    | Improve this Doc View Source

    OuterBound

    Declaration
    IXbimWire OuterBound { get; }
    Property Value
    Type Description
    IXbimWire
    | Improve this Doc View Source

    Perimeter

    Declaration
    double Perimeter { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    ToBRep

    Converts the object to a string in BRep format

    Declaration
    string ToBRep { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    SaveAsBrep(String)

    Declaration
    void SaveAsBrep(string fileName)
    Parameters
    Type Name Description
    System.String fileName
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim