|
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.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax 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