![]() |
GET_SURFACE_QUALITY fetches surface quality information
->-(GET_SURFACE_QUALITY)---->---\
|
/---<-------<-------<---/
|
+->(:ISO)->-[ :NONE | :N1 | :N2 | ... | :N11 | :N12 ]--->------->------->------->-------\
| |
+->(:RA_TYPE)->-+->-|:NONE|----->------->------->------->------->------->------->-------+
| | |
| +->-|:RA_VALUE|------>--+->-(:RA_VALUE)->-|positive length|->---\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+-->----+
| | |
| +->-|:RA_MIN_VAL|---->--+->-(:RA_MIN_VAL)->-|positive length|->-\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+--->---+
| | |
| +->-|:RA_MAX_VAL|---->--+->-(:RA_MAX_VAL)->-|positive length|->-\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+--->---+
| | |
| \->-|:RA_MIN_MAX|---->--+->-(:RA_MIN_VAL)->-|positive length|->-\ |
| | | |
| +->-(:RA_MAX_VAL)->-|positive length|->-+ |
| | | |
| \-<-----<-------<-------<-------<-------+--->---+
| |
+->(:RX_TYPE)->-+->-|:NONE|----->------->------->------->------->------->------->-------+
| | |
| +->-|:RP_VALUE|------>--+->-(:RP_VALUE)->-|positive length|->---\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+-->----+
| | |
| +->-|:RP_MIN_VAL|---->--+->-(:RP_MIN_VAL)->-|positive length|->-\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+--->---+
| | |
| +->-|:RP_MAX_VAL|---->--+->-(:RP_MAX_VAL)->-|positive length|->-\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+--->---+
| | |
| +->-|:RP_MIN_MAX|---->--+->-(:RP_MIN_VAL)->-|positive length|->-\ |
| | | | |
| | +->-(:RP_MAX_VAL)->-|positive length|->-+ |
| | | | |
| | \-<-----<-------<-------<-------<-------+--->---+
| | |
| +->-|:RT_VALUE|------>--+->-(:RT_VALUE)->-|positive length|->---\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+-->----+
| | |
| +->-|:RT_MIN_VAL|---->--+->-(:RT_MIN_VAL)->-|positive length|->-\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+--->---+
| | |
| +->-|:RT_MAX_VAL|---->--+->-(:RT_MAX_VAL)->-|positive length|->-\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+--->---+
| | |
| +->-|:RT_MIN_MAX|---->--+->-(:RT_MIN_VAL)->-|positive length|->-\ |
| | | | |
| | +->-(:RT_MAX_VAL)->-|positive length|->-+ |
| | | | |
| | \-<-----<-------<-------<-------<-------+--->---+
| | |
| +->-|:TF_VALUE|------>--+->-(:TF_VALUE)->-|positive length|->---\ |
| | | | |
| | \-<-----<-------<-------<-------+-->---->-------+
| | |
| +->-|:TF_MIN_VAL|---->--+->-(:TF_MIN_VAL)->-|positive length|->-\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+--->---+
| | |
| +->-|:TF_MAX_VAL|---->--+->-(:TF_MAX_VAL)->-|positive length|->-\ |
| | | | |
| | \-<-----<-------<-------<-------<-------+--->---+
| | |
| \->-|:TF_MIN_MAX|---->--+->-(:TF_MIN_VAL)->-|positive length|->-\ |
| | | |
| +->-(:TF_MAX_VAL)->-|positive length|->-+ |
| | | |
| \-<-----<-------<-------<-------<-------+--->---+
| |
+->-(:RESET)---->------->------->------->------->------->------->------->------->-------+
| |
+-------<-------<-------<-------<-------<-------<-------<-------<-------<-------<-------/
|
+->-(:ACCEPT)--->------->------->------->
|
+->-(:ABORT)---->------->------->------->
The following options are available to specify surface quality
| Option | Description |
|---|---|
| :ISO | specifies the ISO surface quality class, one of the following:
|
| :RA_TYPE | specifies the methods how to specify the Average Roughness Height, one of the following:
|
| :RA_VALUE | value of Average Roughness Height for :RA_TYPE equal :RA_VALUE |
| :RA_MIN_VAL | minimum value of Average Roughness Height for :RA_TYPE equal :RA_MIN_VAL or RA_MIN_MAX |
| :RA_MAX_VAL | maximum value of Average Roughness Height for :RA_TYPE equal :RA_MAX_VAL or RA_MIN_MAX |
| :RX_TYPE | specifies the methods how to specify the other characteristics, one of the following:
|
| :RP_VALUE | value of Smoothness Height for :RX_TYPE equal :RP_VALUE |
| :RP_MIN_VAL | minimum value of Smoothness Height for :RX_TYPE equal :RP_MIN_VAL or RP_MIN_MAX |
| :RP_MAX_VAL | maximum value of Smoothness Height for :RX_TYPE equal :RP_MAX_VAL or RP_MIN_MAX |
| :RT_VALUE | value of Roughness Height for :RX_TYPE equal :RT_VALUE |
| :RT_MIN_VAL | minimum value of Roughness Height for :RX_TYPE equal :RT_MIN_VAL or RT_MIN_MAX |
| :RT_MAX_VAL | maximum value of Roughness Height for :RX_TYPE equal :RT_MAX_VAL or RT_MIN_MAX |
| :TF_VALUE | value of Carrying Percentage for :RX_TYPE equal :TF_VALUE |
| :TF_MIN_VAL | minimum value of Carrying Percentage for :RX_TYPE equal :TF_MIN_VAL or TF_MIN_MAX |
| :TF_MAX_VAL | maximum value of Carrying Percentage for :RX_TYPE equal :TF_MAX_VAL or TF_MIN_MAX |
| :ACCEPT | pass the data to the calling dialog |
| :ABORT | do not pass the data, but control to the calling dialog |
![]() |