0
Under review

How to get MeshGeometry3D after applying ScaleTransform3D

KotNitro 9 years ago updated by Øystein Bjørke 9 years ago 1
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:
model.Transform = new ScaleTransform3D(1, 1, 1 / compression);
How can I get an updated MeshGeometry3D? I need it to call MeshGeometryHelper.Cut()
Thank you!
Under review
Could you apply the inverse transform to the cutting plane? (workaround since the cut method is not supporting transforms)