Interface IXbimEdge
Inherited Members
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 SourceEdgeEnd
End point (vertex) of the edge
Declaration
IXbimVertex EdgeEnd { get; }
Property Value
Type | Description |
---|---|
IXbimVertex |
EdgeGeometry
The curve defining the form of the edge
Declaration
IXbimCurve EdgeGeometry { get; }
Property Value
Type | Description |
---|---|
IXbimCurve |
EdgeStart
Start point (vertex) of the edge
Declaration
IXbimVertex EdgeStart { get; }
Property Value
Type | Description |
---|---|
IXbimVertex |
Length
The length of edge, including any curvature
Declaration
double Length { get; }
Property Value
Type | Description |
---|---|
System.Double |
ToBRep
Converts the object to a string in BRep format
Declaration
string ToBRep { get; }
Property Value
Type | Description |
---|---|
System.String |