LineCurveView¶
- class py3dm.LineCurveView¶
Tiny wrapper to read-only access LineCurve (
ON_LineCurve) objects.- distance_to(test_point: Point3d, finite_chord: bool = False) float¶
Returns the distance from the point on the line that is closest to the
test_point. Iffinite_chordisTrue, the distance is reported to the line as a finite chord.