Click or drag to resize
Ab4d.SharpEngine logo

EdgeLinesFactory Methods

The EdgeLinesFactory type exposes the following members.

Methods
 NameDescription
Public methodAddEdgeLines AddEdgeLines method collects the edge lines and adds their start and end positions to the linePositions collection from the specified sceneNode and its children. The edge lines are created if angle in degrees between two adjacent triangles is bigger then the specified edgeStartAngleInDegrees.
Public methodCreateEdgeLineIndices CreateEdgeLineIndices method returns list of positions indices that define the edge lines for the specified positions and triangleIndices. The edge lines are created if angle in degrees between two adjacent triangles is bigger then the specified edgeStartAngleInDegrees, then an edge line is created between triangles.
Public methodCreateEdgeLines CreateEdgeLines method returns a List with edge line position (each edge line is defined by its start and end position). The edge lines are generated for the specified sceneNode and its children. The edge lines are created if angle in degrees between two adjacent triangles is bigger then the specified edgeStartAngleInDegrees.
Top
See Also