cloudViewer.geometry.RansacResult#
- class cloudViewer.geometry.RansacResult#
Ransac result.
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: cloudViewer.geometry.RansacResult) -> None
Default constructor
__init__(self: cloudViewer.geometry.RansacResult, arg0: cloudViewer.geometry.RansacResult) -> None
Copy constructor
__init__(self: cloudViewer.geometry.RansacResult) -> None
- get_drawing_Precision(self)#
Returns drawing precision (or 0 if feature is not supported).
- Returns:
int
- get_type_name(self)#
Returns type name (sphere, cylinder, etc.).
- Returns:
str
- set_drawing_Precision(self, steps)#
Sets drawing precision.Warning: steps should always be >= ccGenericPrimitive::MIN_DRAWING_PRECISION = 4
- Parameters:
steps (SupportsInt) – The steps drawing precision.
- Returns:
bool
- property indices#
points indices.
- property primitive#
The ransac primitive mesh shape.