Search Results for

    Show / Hide Table of Contents

    Class WexBimMeshFace

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

    Properties

    | Improve this Doc View Source

    ByteSize

    Declaration
    public int ByteSize { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Indices

    Declaration
    public IEnumerable<int> Indices { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Int32>
    | Improve this Doc View Source

    IsPlanar

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

    Normals

    Declaration
    public IEnumerable<XbimVector3D> Normals { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<XbimVector3D>
    | Improve this Doc View Source

    TriangleCount

    Declaration
    public int TriangleCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    NormalAt(Int32)

    returns the normal for a specific point at a specific index on the face

    Declaration
    public XbimVector3D NormalAt(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    XbimVector3D
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim