Counting Entities in the Drawing Template
Counting Entities in the Drawing Template
(OP)
How to read the entity properties in the Drawing Template
When was the last time you drove down the highway without seeing a commercial truck hauling goods?
Download nowINTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Counting Entities in the Drawing Template
|
RE: Counting Entities in the Drawing Template
DimensionalSolutions@Core.com
While I welcome e-mail messages, please post all thread activity in these forums for the benefit of all members.
RE: Counting Entities in the Drawing Template
RE: Counting Entities in the Drawing Template
It is hard to write code to your specific request without more information:
1. Are these the only two circles on the drawing?
2. Are they in a drawing view or a drawing template?
3. Will the user select the two circles before running the macro, or should the macro find them automatically?
DimensionalSolutions@Core.com
While I welcome e-mail messages, please post all thread activity in these forums for the benefit of all members.
RE: Counting Entities in the Drawing Template
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 it out.
Give a suggestions please.