Python:
Geometric Model Cube Parametersrm_fence_config_cube_t
Constructor function
Python
rm_ctypes_wrap.rm_fence_config_cube_t.__init__(self, float x_min = None, float x_max = None, float y_min = None, float y_max = None, float z_min = None, float z_max = None)
Parameter initialization:
Parameter | Type | Description |
---|---|---|
x_min | float, optional | Minimum limit of the cube based on the X-axis of the world frame, in m. Default: None. |
x_max | float, optional | Maximum limit of the cube based on the X-axis of the world frame, in m. Default: None. |
y_min | float, optional | Minimum limit of the cube based on the Y-axis of the world frame, in m. Default: None. |
y_max | float, optional | Maximum limit of the cube based on the Y-axis of the world frame, in m. Default: None. |
z_min | float, optional | Minimum limit of the cube based on the Z-axis of the world frame, in m. Default: None. |
z_max | float, optional | Maximum limit of the cube based on the Z-axis of the world frame, in m. Default: None. |