0
Under review
How to get MeshGeometry3D after applying ScaleTransform3D
Hello!
First of all, many thanks for the great toolkit!
My app is simple STL viewer and it also could transform 3d models and apply cutting planes.
So, I make a trnasform:
How can I get an updated MeshGeometry3D? I need it to call
Thank you!
First of all, many thanks for the great toolkit!
My app is simple STL viewer and it also could transform 3d models and apply cutting planes.
So, I make a trnasform:
model.Transform = new ScaleTransform3D(1, 1, 1 / compression);
How can I get an updated MeshGeometry3D? I need it to call
MeshGeometryHelper.Cut()
Thank you!
0
Under review
Øystein Bjørke 10 years ago
Could you apply the inverse transform to the cutting plane? (workaround since the cut method is not supporting transforms)
Customer support service by UserEcho