|
MeshBooleanOperationsUsePolygonIndices Field |
UsePolygonIndices is a static field that specifies if PolygonIndices from MeshGeometry3D are used to get initial polygons.
When false (by default), then initial polygons are created from MeshGeometry3D.TriangleIndices (one polygon from one triangle).
In some cases (box mesh) this can create a few more polygons, but in many cases (cylinder, sphere, etc.) this will create correct polygons
because on meshes with curved surfaces polygons are not created from curved surfaces. See
PolygonIndicesProperty for more info.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static bool UsePolygonIndices
Field Value
BooleanSee Also