Skip to content

Geometric Model Cube Parameters rm_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:

ParameterTypeDescription
x_minfloat, optionalMinimum limit of the cube based on the X-axis of the world frame, in m. Default: None.
x_maxfloat, optionalMaximum limit of the cube based on the X-axis of the world frame, in m. Default: None.
y_minfloat, optionalMinimum limit of the cube based on the Y-axis of the world frame, in m. Default: None.
y_maxfloat, optionalMaximum limit of the cube based on the Y-axis of the world frame, in m. Default: None.
z_minfloat, optionalMinimum limit of the cube based on the Z-axis of the world frame, in m. Default: None.
z_maxfloat, optionalMaximum limit of the cube based on the Z-axis of the world frame, in m. Default: None.