Search Results for

    Show / Hide Table of Contents

    Interface IXbimEdge

    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.IXbimEdge>.Equals(Xbim.Common.Geometry.IXbimEdge)
    Namespace: Xbim.Common.Geometry
    Assembly: Xbim.Common.dll
    Syntax
    public interface IXbimEdge : IXbimGeometryObject, IDisposable, IEquatable<IXbimEdge>

    Properties

    | Improve this Doc View Source

    EdgeEnd

    End point (vertex) of the edge

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

    EdgeGeometry

    The curve defining the form of the edge

    Declaration
    IXbimCurve EdgeGeometry { get; }
    Property Value
    Type Description
    IXbimCurve
    | Improve this Doc View Source

    EdgeStart

    Start point (vertex) of the edge

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

    Length

    The length of edge, including any curvature

    Declaration
    double Length { 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim