Skip to content

Geometric Model Plane Parameters rm_fence_config_plane_t

Constructor function

Python
rm_ctypes_wrap.rm_fence_config_plane_t.__init__(self, float x1 = None, float y1 = None, float z1 = None, float x2 = None, float y2 = None, float z2 = None, float x3 = None, float y3 = None, float z3 = None)

Parameter initialization:

ParameterTypeDescription
x1float, optionalX-coordinate of the first point in the plane three-point method, in m. Default: None.
y1float, optionalY-coordinate of the first point in the plane three-point method, in m. Default: None.
z1float, optionalZ-coordinate of the first point in the plane three-point method, in m. Default: None.
x2float, optionalX-coordinate of the second point in the plane three-point method, in m. Default: None.
y2float, optionalY-coordinate of the second point in the plane three-point method, in m. Default: None.
z2float, optionalZ-coordinate of the second point in the plane three-point method, in m. Default: None.
x3float, optionalX-coordinate of the third point in the plane three-point method, in m. Default: None.
y3float, optionalY-coordinate of the third point in the plane three-point method, in m. Default: None.
z3float, optionalZ-coordinate of the third point in the plane three-point method, in m. Default: None.