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