Python:
Geometric Model Plane Parametersrm_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:
Parameter | Type | Description |
---|---|---|
x1 | float, optional | X-coordinate of the first point in the plane three-point method, in m. Default: None. |
y1 | float, optional | Y-coordinate of the first point in the plane three-point method, in m. Default: None. |
z1 | float, optional | Z-coordinate of the first point in the plane three-point method, in m. Default: None. |
x2 | float, optional | X-coordinate of the second point in the plane three-point method, in m. Default: None. |
y2 | float, optional | Y-coordinate of the second point in the plane three-point method, in m. Default: None. |
z2 | float, optional | Z-coordinate of the second point in the plane three-point method, in m. Default: None. |
x3 | float, optional | X-coordinate of the third point in the plane three-point method, in m. Default: None. |
y3 | float, optional | Y-coordinate of the third point in the plane three-point method, in m. Default: None. |
z3 | float, optional | Z-coordinate of the third point in the plane three-point method, in m. Default: None. |