Click or drag to resize
AB4D logo

EdgeLinesFactoryGenerateEdgeLineIndices Method

GenerateEdgeLineIndices method goes through all GeometryModel3D objects in the specified model3D hierarchy and for each MeshGeometry3D sets the EdgeLineIndicesProperty DependencyProperty to the list of edge lines that is created by this method.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static void GenerateEdgeLineIndices(
	Model3D model3D,
	double edgeStartAngleInDegrees
)

Parameters

model3D  Model3D
Model3D
edgeStartAngleInDegrees  Double
if angle in degrees between two adjacent triangles is bigger then the specified edgeStartAngleInDegrees, then an edge line is created between triangles
See Also