You can replace the Region with a HatchRegion and set the desired pattern name as follows.
HatchRegion hatch = new HatchRegion(region.ContourList);
hatch.HatchName = "SOLID";
You can replace the Region with a HatchRegion and set the desired pattern name as follows.
HatchRegion hatch = new HatchRegion(region.ContourList);
hatch.HatchName = "SOLID";
Comments
Please sign in to leave a comment.