Author Topic: How to create hatch from regions in .NET?  (Read 1873 times)

0 Members and 1 Guest are viewing this topic.

csharpbird

  • Newt
  • Posts: 64
How to create hatch from regions in .NET?
« on: April 07, 2012, 02:11:09 PM »
It seems that .NET cannot create hatch from regions.

kaefer

  • Guest
Re: How to create hatch from regions in .NET?
« Reply #1 on: April 08, 2012, 07:49:15 AM »
It seems that .NET cannot create hatch from regions.

Your observation needs a quaification: ...cannot create a hatch directly from a region, and therefore cannot create an associative hatch from a region.

One way to hatch a region would be to hatch the Entities retrieved with Explode(); another consists of transversing the Boundary Representation (AcDbMgdBrep.dll).