OrientedEdge Structure

Brep oriented edge definition.
Public Structure OrientedEdge
This language is not supported or no code example is available.
public struct OrientedEdge
This language is not supported or no code example is available.
Name Description
Public constructor OrientedEdge(int, bool) Edge curve index and orientation flag constructor.
Top
Methods
 
Name Description
Public method ConvertToSurrogate()
Public method GetEndPoint(IList<Edge>) Gets edge curve end point taking in account the Sense flag.
Public method GetEndVertex(IList<Point3D>, IList<Edge>) Gets edge curve end vertex taking in account the Sense flag.
Public method GetOrientedCurve(Edge[]) Gets a copy of the edge curve properly oriented.
Public method GetStartPoint(IList<Edge>) Gets edge curve start point taking in account the Sense flag.
Public method GetStartVertex(IList<Point3D>, IList<Edge>) Gets edge curve start vertex taking in account the Sense flag.
Public method ToString() Returns the fully qualified type name of this instance.
Top
Fields
 
Name Description
Public field CurveIndex Edge curve index in array Brep.Edges.
Public field Sense Orientation flag.
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition