Search Results for

    Show / Hide Table of Contents

    Interface IXbimVertex

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

    Properties

    | 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

    VertexGeometry

    The geometric point, which defines the position in geometric space of the vertex.

    Declaration
    XbimPoint3D VertexGeometry { get; }
    Property Value
    Type Description
    XbimPoint3D
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim