Hi,
Once you've extruded a Hemesh mesh with the below:-
HEM_Extrude() ex= new HEM_Extrude();
...
myShape.modify(ex.setDistance(5.1).setHardEdgeChamfer(40));
How do you remove, or lessen, the extrusion?
I tried the below, but it just seems to do another extrusion:-
myShape.modify(ex.setDistance(2.0).setHardEdgeChamfer(20));
Any assistance would be greatly appreciated. .
______________________
www.systemarray.com