03-17-2022, 05:21 PM
Hi guys,
i'm trying to do a subtract boolean operation with a geometrymodel and a meshgeometry like that:
but the resulting mesh has positions ok but no normals (the normal collection is empty).
Note that the starting model and mesh have normals and positions collections ok.
Somebody can help me?
i'm trying to do a subtract boolean operation with a geometrymodel and a meshgeometry like that:
Code:
Ab3d.Utilities.MeshBooleanOperations.Subtract(mygeometrymodel3d, mymesh)
but the resulting mesh has positions ok but no normals (the normal collection is empty).
Note that the starting model and mesh have normals and positions collections ok.
Somebody can help me?