Open GVladislavG opened 3 years ago
See the code here.
I applied this code
var mesh = reader.ReadShapeTriangulation();
mesh.Transform(transfor);
but result is still the same(
var mesh = reader.ReadShapeTriangulation();
mesh = mesh.Transform(transfor);
Hello! I try to get geometry, using this code
But result is not quite correct.
I suppose I have to use transfor matrix. But I don't know how to do it right. Thanks for the answers.