Search Results for

    Show / Hide Table of Contents

    Interface IXbimOrientedEdge

    An oriented edge is an edge constructed from another edge and contains a BOOLEAN direction flag to indicate whether or not the orientation of the constructed edge agrees with the orientation of the original edge.

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

    Properties

    | Improve this Doc View Source

    EdgeElement

    Edge entity used to construct this oriented edge.

    Declaration
    IXbimEdge EdgeElement { get; }
    Property Value
    Type Description
    IXbimEdge
    | Improve this Doc View Source

    EdgeEnd

    End point (vertex) of the edge, after considering orientation

    Declaration
    IXbimVertex EdgeEnd { get; }
    Property Value
    Type Description
    IXbimVertex
    | Improve this Doc View Source

    EdgeStart

    Start point (vertex) of the edge, after considering orientation

    Declaration
    IXbimVertex EdgeStart { get; }
    Property Value
    Type Description
    IXbimVertex
    | Improve this Doc View Source

    SameSense

    If TRUE the topological orientation as used coincides with the orientation from start vertex to end vertex of the edge element. If FALSE otherwise.

    Declaration
    bool SameSense { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim