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
System.IDisposable.Dispose()
Namespace: Xbim.Common.Geometry
Assembly: Xbim.Common.dll
Syntax
public interface IXbimOrientedEdge : IXbimGeometryObject, IDisposable
Properties
| Improve this Doc View SourceEdgeElement
Edge entity used to construct this oriented edge.
Declaration
IXbimEdge EdgeElement { get; }
Property Value
Type | Description |
---|---|
IXbimEdge |
EdgeEnd
End point (vertex) of the edge, after considering orientation
Declaration
IXbimVertex EdgeEnd { get; }
Property Value
Type | Description |
---|---|
IXbimVertex |
EdgeStart
Start point (vertex) of the edge, after considering orientation
Declaration
IXbimVertex EdgeStart { get; }
Property Value
Type | Description |
---|---|
IXbimVertex |
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 |