Jump to content
Developer Wiki and Function Reference Links ×

list of Standard Hatches


maarten.

Recommended Posts

I have some hatches in my drawing, some of them are imported from the Standard Hatches File (Userfolder/.../VW/Libary/Hatches) and some are not. Now i want to know which ones are not.

So i thought of making a list of all the Hatches in that Standard document and compare them with the list of the hatches in the drawing. But BuildResourceList(66,105,'',VarLInt) gives you a list of those standard hatches AND the ones in your drawing.

So, does anyone know an other way to get a list of the hatches that are not from the Standard Hatch File?

Link to comment

You can build a list off all hatches in the document:

BuildResourceList(66,0,'',VarLInt)

You can build a list off all hatches in the Standard document:

BuildResourceList(66,-105,'',VarLInt)

You can build a list off all hatches in the document and the Standard document:

BuildResourceList(66,105,'',VarLInt)

You can compare these to know which ones are imported and which ones are not.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...