![]() |
![]() |
![]() |
DA_CHECK_LENGTH calculates length information for part geometry.
Note: DA_CHECK_LENGTH will be implemented inside the standard OneSpace Designer environment.
-->(DA_CHECK_LENGTH)------+
|
+-------------------------+
|
+-------+-----(:LENGTH_MAX)---+---|length|---+---+
| | | |
| +---(:ON)------+ |
| | | |
| +---(:OFF)-----+ |
| |
+-----(:LENGTH_MIN)---+---|length|---+---+
| | | |
| +---(:ON)------+ |
| | | |
| +---(:OFF)-----+ |
| |
+-----(:SM_PART)----------|part|---------+
| |
+-----(:DOIT)----------------------------+
| |
+-------<-----------<----------<---------+
:LENGTH_MAX - Specifies a maximum length. When :ON is specified, all lengths in the part which are smaller than this value will be highlighted. If :OFF is specified, the result is the maximum length of all faces.
:LENGTH_MIN - Specifies a minimum length. When :ON is specified, all lengths in the part which are greater than this value will be highlighted. If :OFF is specified, the result is the minimum length of all faces.
:SM_PART - specifies the part for the geometry length calculations.
:DOIT - verifys values entered and activates the command.
![]() |
![]() |
![]() |