Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pro/Toolkit help

  • Thread starter Thread starter hijacker
  • Start date Start date
H

hijacker

Guest
Hi.
I was trying to retrieve all the 2D elements in a drawing
which are not related to any view,using Pro/Toolkit in WF4.
Does anybody know if it is possible to store all the 2D
elements in a drawing in an array?
Thanks.
 
The 2D elements are called detail entities (ProDtlEntity). You can collect them using ProDrawingDtlentitiesCollect().
 
Thanks Williaps..you're js awesome!:)
I think you must contemplate writing a book on
Pro/Toolkit!:)
 

Part and Inventory Search

Sponsor

Back
Top