View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0025928 | Open CASCADE | OCCT:Coding | public | 2015-03-13 12:23 | 2015-10-16 16:47 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | feature | ||
Status | closed | Resolution | fixed | ||
Target Version | 6.9.0 | Fixed in Version | 6.9.0 | ||
Summary | 0025928: Tool for comparing curves | ||||
Description | It is necessary to develop special tool like "xdistcs" for comparing curves. It will help to debug intersection curves and already created projected curves. "xdistcs" command uses projlib projection on single point level and does not operate with whole curve projection. | ||||
Steps To Reproduce | N/A | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Branch CR25928 has been created by aml. SHA-1: 942af3a3b90fc304d1cf277c47a21c6e63377821 Detailed log of new commits: Author: aml Date: Fri Mar 13 13:27:01 2015 +0300 0025928: Tool for comparing curves 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. |
|
Dear msv, Please check current state of branch CR25928. |
|
dox\dev_guides\debug\debug.md: In the phrase: "It is assumed that curves have same parametrization diapason and startParam < finishParam." The word "diapason" is to be replaced with "range". |
|
Branch CR25928 has been updated forcibly by aml. SHA-1: 11e28120bd25c2d982c259b035ec12155f231195 |
|
Dear msv, Please check updated branch. |
|
Reviewed. It is not needed to test, because the fix contains only new functions, without changes in any existing code. |
|
Dear BugMaster, Branch CR25928 from occt git-repository (and master from products git-repository) was compiled on Linux and Windows platforms on Release mode. SHA-1: 11e28120bd25c2d982c259b035ec12155f231195 Number of compiler warnings: occt component : Linux: 18 (18 on master) Windows: 0 (0 on master) products component : Linux: 11 (11 on master) Windows: 4 (4 on master) |
|
Branch CR25928 has been deleted by kgv. SHA-1: 11e28120bd25c2d982c259b035ec12155f231195 |
occt: master 0a243bb4 2015-03-13 10:27:01
Committer: bugmaster Details Diff |
0025928: Tool for comparing curves 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. |
Affected Issues 0025928 |
|
mod - dox/dev_guides/debug/debug.md | Diff File | ||
mod - src/GeometryTest/GeometryTest_TestProjCommands.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-03-13 12:23 |
|
New Issue | |
2015-03-13 12:23 |
|
Assigned To | => aml |
2015-03-13 14:44 | git | Note Added: 0038322 | |
2015-03-13 14:45 |
|
Note Added: 0038323 | |
2015-03-13 14:45 |
|
Assigned To | aml => msv |
2015-03-13 14:45 |
|
Status | new => resolved |
2015-03-13 14:45 |
|
Steps to Reproduce Updated | |
2015-03-13 19:28 |
|
Note Added: 0038361 | |
2015-03-13 19:28 |
|
Assigned To | msv => aml |
2015-03-13 19:28 |
|
Status | resolved => assigned |
2015-03-16 07:18 | git | Note Added: 0038378 | |
2015-03-16 07:18 |
|
Note Added: 0038379 | |
2015-03-16 07:18 |
|
Assigned To | aml => msv |
2015-03-16 07:18 |
|
Status | assigned => resolved |
2015-03-16 09:34 |
|
Note Added: 0038381 | |
2015-03-16 09:34 |
|
Assigned To | msv => bugmaster |
2015-03-16 09:34 |
|
Status | resolved => reviewed |
2015-03-16 12:20 |
|
Assigned To | bugmaster => mkv |
2015-03-18 14:51 |
|
Note Added: 0038643 | |
2015-03-18 14:51 |
|
Assigned To | mkv => bugmaster |
2015-03-18 14:51 |
|
Status | reviewed => tested |
2015-03-18 14:51 |
|
Test case number | => Not needed |
2015-03-20 13:34 | bugmaster | Changeset attached | => occt master 0a243bb4 |
2015-03-20 13:34 | bugmaster | Status | tested => verified |
2015-03-20 13:34 | bugmaster | Resolution | open => fixed |
2015-05-14 15:28 |
|
Status | verified => closed |
2015-05-14 15:31 |
|
Fixed in Version | => 6.9.0 |
2015-10-16 16:47 | git | Note Added: 0047040 |