Jump to content
  • 0

Can I program a single cell?


Ramon PG

Question

Doing a sidewalk reconstruction project and I'd like to program a cell C-8 to read colored polígons in the drawing (executed work) and subtract them from the total polygon area in in the drawing (cell A-8) so that I can tell at a glance how much work is pending. Now, I have to do a magic wand selection by color to get a number and manually insert it into cel C-8.

 

Can it be done?

 

Thanks for any tips.

 

image.thumb.png.a1139e82036220bf709b213878d92a47.png

Link to comment

4 answers to this question

Recommended Posts

  • 0
46 minutes ago, Pat Stanford said:

The Area function in worksheet can be used in a Spreadsheet cell using criteria. So you should be able to do something like:

 

=AREA(((T=RECT) & (FB=1236)))

 

You will probably want to change the Type from Rect to Poly.  FB is Fill Background Color which is the color that is actually displayed in a filled poly.

 

HTH

 

 

Thanks, but I am a bit lost. I cannot find the function in the Vectorworks 2024 Help to understand how to use it.

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
Answer this question...

×   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...