Interface IXbimVertex
Inherited Members
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 SourceToBRep
Converts the object to a string in BRep format
Declaration
string ToBRep { get; }
Property Value
Type | Description |
---|---|
System.String |
VertexGeometry
The geometric point, which defines the position in geometric space of the vertex.
Declaration
XbimPoint3D VertexGeometry { get; }
Property Value
Type | Description |
---|---|
XbimPoint3D |