PointView¶
- class py3dm.PointView¶
Tiny wrapper to read-only access Point (
ON_Point) objects.- 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