Point3d¶
- class py3dm.Point3d(x: float, y: float, z: float)¶
Python bindings for the openNURBS
ON_3dPointclass.- is_coincident(point: Point3d) bool¶
In openNURBS points within
ON_ZERO_TOLERANCEare generally considered to be the same.- Returns:
is_coindent –
Trueif for each coordinate pair|a - b| <= ON_ZERO_TOLERANCEor|a - b| <= (abs(a) + abs(b)) * ON_RELATIVE_TOLERANCE.- Return type:
Notes
ON_ZERO_TOLERANCEis set to 2.3283064365386962890625e-10ON_RELATIVE_TOLERANCEis set to 2.27373675443232059478759765625e-13