Skip to content

Geometric Model Sphere Parameters rm_fence_config_sphere_t

Constructor function

Python
rm_ctypes_wrap.rm_fence_config_sphere_t.__init__(self, float x = None, float y = None, float z = None, float radius = None)

Parameter initialization:

ParameterTypeDescription
xfloat, optionalX-coordinate of the sphere center in the world frame, in m. Default: None.
yfloat, optionalY-coordinate of the sphere center in the world frame, in m. Default: None.
zfloat, optionalZ-coordinate of the sphere center in the world frame, in m. Default: None.
radiusfloat, optionalRadius, in m. Default: None.