Programmatically recreate hatch boundaries?

Programmatically recreate hatch boundaries?

Anonymous
Not applicable
450 Views
1 Reply
Message 1 of 2

Programmatically recreate hatch boundaries?

Anonymous
Not applicable
Is there anyway to recreate a hatch's boundaries from .NET? Essentially I want to do the following without sending a string to the document to execute:

(command "-hatchedit" (handent "handle") "B" "P" "Y")

Michael
0 Likes
451 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
I have not tried it yet, but it looks like you should be able to use Autodesk.AutoCAD.DatabaseServices.Hatch object.
Try the NumberOfLoops property and GetLoopAt method.

Chris Arps
0 Likes