Currently i am using Solidworks 2001 Plus.
I would like to know whether it is possible to identify/count all the objects/entites as well as obtain their individual properties that are present in a drawing template using Visual Basic Code (without selecting the objects/entities).
If so what...
Currently i am using Solidworks 2001 Plus.
I would like to know whether it is possible to identify/count all the objects/entites as well as obtain their individual properties that are present in a drawing template using Visual Basic Code.
If so what functions needs to be used ? It would be of...
We have created a new Drawing Template. And We drawn two circles on the sheet.
Using our code, we should able to see the properties of the circles.
* There are only two circles in the drawing sheet.
* We clicked a new Template of drawing
* User not select any circle. Macro itself should find...
We are using SW 2001 Plus. We have drawn two circles on the drawing template. Give us a code snippet in VB to read the properties (Like radius and center coordinates) of the circles...?