Click or drag to resize
AB4D logo

EdgeLinesFactoryGetEdgeLineIndices Method

GetEdgeLineIndices method returns list of positions indices that define the edge lines for the specified meshGeometry3D and edgeStartAngleInDegrees. 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.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public List<int> GetEdgeLineIndices(
	MeshGeometry3D meshGeometry3D,
	double edgeStartAngleInDegrees
)

Parameters

meshGeometry3D  MeshGeometry3D
MeshGeometry3D
edgeStartAngleInDegrees  Double
if angle in degrees between two adjacent triangles is bigger then the specified edgeStartAngleInDegrees, then an edge line is created between triangles.

Return Value

ListInt32

[Missing <returns> documentation for "M:Ab3d.Utilities.EdgeLinesFactory.GetEdgeLineIndices(System.Windows.Media.Media3D.MeshGeometry3D,System.Double)"]

See Also