The EdgeSurfaceProjection type exposes the following members.

Constructors

  NameDescription
EdgeSurfaceProjection
Initializes a new instance of the EdgeSurfaceProjection class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Project
Projects a list of edges onto a surface defined by unordered triangles.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
EliminateZeroLengthEdges
Gets or sets if zero length projected edges shall be eliminated.
FailedProjections
Gets the number of failed projections.
ParallelEdges
Gets the number of Eedges running parallel to the projection direction.
PerpendicularTriangles
Gets the number of triangles with normal vector perpendicular to the projection direction.
ZeroLengthEdges
Gets the number edges with zero length.

See Also