mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
I New commands: xdistcc - check distance between two 3d curves. xdistcc2ds - check distance between 3d curve and curve on surface (projected curve). xdistc2dc2dss - check distance between two curve on surface (projected curves). This commands are print 3d distance between input objects built on even grid. It is supposed that curves have same parametrization. usage: xdistcc curve1 curve2 startParam finishParam [NumberOfSamplePoints] xdistcc2ds c c2d surf startParam finishParam [NumberOfSamplePoints] xdistc2dc2dss c2d_1 c2d_2 surf1 surf2 startParam finishParam [NumberOfSamplePoints] II Doxygen documentation about "xdist" family added.