mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Code correction includes also: - extending GccEnt to have GccEnt_Position conversion to string value and backward; - new GeometryTest_DrawableQualifiedCurve2d DRAW object to wrap GccEnt_QualifiedCirc/GccEnt_QualifiedLin. It is a DrawTrSurf_Curve2d with GccEnt_Position visualized in orange color. - qcircle/qline DRAW command to create instance of GeometryTest_DrawableQualifiedCurve2d - circ2d3Tan DRAW command to wrap GccAna_Circ2d3Tan taking qcircle/qline/point arguments.
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
qcircle c1 0 0 10
|
|
qcircle c2 30 0 20
|
|
point p1 7 30
|
|
circ2d3Tan tan1 c1 c2 p1
|
|
|
|
checklength tan1_1 -l 951.90257403770727
|
|
checklength tan1_2 -l 66.177052461460107
|
|
checklength tan1_3 -l 190.20396243259333
|