Hi,
V5
Is there a way of finding a dimension of a specific length ?
also…Is there a way of finding a dimension that starts on a selected curve (curve or line) or solid object or surface ?
Cheers
Steve
Hi,
V5
Is there a way of finding a dimension of a specific length ?
also…Is there a way of finding a dimension that starts on a selected curve (curve or line) or solid object or surface ?
Cheers
Steve
Hello- there is not, in plain Rhino - you can try this python
SelDimByValue.py (592 Bytes)
To use the Python script use RunPythonScript
, or a macro:
_-RunPythonScript "Full path to py file inside double-quotes"
-Pascal