View Full Version : Link a dimension to an attribute?
dfuehrer
2015-09-28, 02:11 AM
Hello all,
I am wondering if it is possible to link the value of a selected dimension to an attribute? The attribute would have to update if the dimension's length were to be edited.
Thoughts?
Thanks! :)
Don
Tom Beauford
2015-09-28, 02:43 PM
Sure, create an object field using the dim's measurement, format%lu precision%pr, prefix & suffix[,]. Create an example then look at the Field expression: at the bottom to see what to include in the field with strcat. First verify the object type, get object, and use (vla-get-objectid object) for the objectid to use in the field.
dfuehrer
2015-09-29, 04:34 AM
OK... Clear as mud. Sorry.
Tom Beauford
2015-09-29, 12:04 PM
Code examples: http://www.cadtutor.net/forum/showthread.php?39446-Insert-Dimension-Measurement-Field
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.