cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
UpperCapybara36
Participant
since ‎2026-04-07
2 weeks ago

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

I want to be able to check the number of external drawings in a model. i.e DWGs/PDFs project teams have linked in.So far I am able to do that in the model space using: GS::Array drawings; ACAPI_Element_GetElemList(API_DrawingID, &drawings); for (const auto& g : drawings) uni...