Logo

Help Center

Submit a request Sign in
  1. Help Center
  2. FAQ
  3. Eyeshot FAQ

How can I export a region as a hatch in Autodesk?

Avatar
Simone Maccaferri
March 21, 2019 15:14

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";
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.

Articles in this section

  • How do I change the color of a few faces from the Brep.Faces array?
  • How do I draw a Mesh entity that is always visible?
  • Is Eyeshot available as a NuGet package?
  • How can I export/import Camera data to/from Autodesk?
  • How do I calculate the Area, Volume and Mass of an entity?
  • Why do some entities disappear during Zoom, Pan and Rotate?
  • How do I correctly serialize a derived class into the Eyeshot proprietary file format?
  • Why does the same entity appear to be illuminated differently if I put it inside a blockreference?
  • Why do I get incorrect results from the ICurve.Offset() method for certain values of the offset distance?
  • Can I have two different Eyeshot versions running on the same machine?
See more

© devDept Software S.r.l.