Function | norm_name_to_type |
Converts a norm name to a norm type. |
Function | norm_type_safe |
A valid norm type is passed through, but an invalid norm type converts to the default type. |
Function | norm_type_to_name |
Converts a norm type to a norm name. |
Constant | NORM_TYPE_ANGLE_XY |
Norm type: Angle XZ. |
Constant | NORM_TYPE_ANGLE_XZ |
Norm type: Angle YZ. |
Constant | NORM_TYPE_ANGLE_YZ |
Norm type: Divergence. |
Constant | NORM_TYPE_DIVERGENCE |
Map of norm types to names. |
Constant | NORM_TYPE_RADIUS |
Norm type: Radius X. |
Constant | NORM_TYPE_RADIUS_X |
Norm type: Radius Y. |
Constant | NORM_TYPE_RADIUS_XY |
Norm type: Radius XZ. |
Constant | NORM_TYPE_RADIUS_XZ |
Norm type: Radius YZ. |
Constant | NORM_TYPE_RADIUS_Y |
Norm type: Radius Z. |
Constant | NORM_TYPE_RADIUS_YZ |
Norm type: Angle XY. |
Constant | NORM_TYPE_RADIUS_Z |
Norm type: Radius XY. |
Constant | NORM_TYPE_X |
Norm type: Y. |
Constant | NORM_TYPE_Y |
Norm type: Z. |
Constant | NORM_TYPE_Z |
Norm type: Radius. |
Variable | Norm_Types_Names_Map |
Default norm type. |
Parameters | |
norm_name:str | Norm name @return Norm type |
Returns | |
int | Undocumented |
Parameters | |
norm_type:int | Norm type |
Returns | |
int | Safe norm type |