View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028740 | Open CASCADE | OCCT:Visualization | public | 2017-05-15 14:05 | 2017-09-29 16:25 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | integration request | ||
Status | closed | Resolution | fixed | ||
Product Version | 7.3.0 | ||||
Target Version | 7.2.0 | Fixed in Version | 7.2.0 | ||
Summary | 0028740: Visualization, AIS_RubberBand - add an option to decide either create or not create a closing boundary line | ||||
Description | A rubber-band is always drawn as a closed poly-line. It's required to add the possibility to choose whether create automatically closing boundary line connecting the first and the last screen points. | ||||
Steps To Reproduce | n/a | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Branch CR28740 has been created by ibs. SHA-1: d915a4b6c14d8c7c760eaae0b9657ad086a557f8 Detailed log of new commits: Author: ibs Date: Mon May 15 14:22:11 2017 +0300 0028740: Visualization, AIS_RubberBand - add an option to decide either create or not create a closing boundary line the flag is added and the Compute method is updated to consider this flag |
|
could you please review CR28740 branch of OCCT git |
|
Branch CR28740 has been updated forcibly by ibs. SHA-1: 548660c474f5bbdeb1a954169ddccfe97cd137b6 |
|
+ Standard_EXPORT Standard_Boolean IsClosed() const; ... + Standard_Boolean myIsClosed; //!< automatic closing of rubber-band flag Please use less common name for this property to avoid confusion - e.g. IsClosedPolygon. + myIsClosed = Standard_True; Please move to class members initialization list. |
|
Branch CR28740 has been updated by ibs. SHA-1: f158e7bdbd80b3a0ed146eef47129f4b893ed7b0 Detailed log of new commits: Author: ibs Date: Mon May 15 19:37:52 2017 +0300 0028740: Visualization, AIS_RubberBand - add an option to decide either create or not create a closing boundary line the names of the flag and its getter and setter are changed |
|
the names are changed, the corresponding constructors are updated CR28740 branch is ready for review |
|
Branch CR28740 has been updated forcibly by ibs. SHA-1: 3a0e8997b685365f80901df754c7786c9882e6d8 |
|
the commits have been squashed, the flag initialization has been moved to the initialization list |
|
Please test the patch. |
|
Dear BugMaster, Branch CR28740 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested. SHA-1: 3a0e8997b685365f80901df754c7786c9882e6d8 Number of compiler warnings: occt component: Linux: 0 (0 on master) Windows: 0 (0 on master) MasOS: 0 (0 on master) products component: Linux: 64 Windows: 0 MacOS: 1194 Regressions/Differences: Not detected Testing cases: Not needed Testing on Linux: Total MEMORY difference: 92231484 / 91784851 [+0.49%] Total CPU difference: 18773.880000000237 / 18651.980000000363 [+0.65%] Testing on Windows: Total MEMORY difference: 58426180 / 58426407 [-0.00%] Total CPU difference: 17478.820042998548 / 17338.309942298663 [+0.81%] |
|
Dear BugMaster, Please integrate branch CR28740 into the occt git-repository master. |
|
Branch CR28740 has been deleted by kgv. SHA-1: 3a0e8997b685365f80901df754c7786c9882e6d8 |
occt: master 53d696bf 2017-05-15 11:22:11
Committer: bugmaster Details Diff |
0028740: Visualization, AIS_RubberBand - add an option to decide either create or not create a closing boundary line the flag is added and the Compute method is updated to consider this flag |
Affected Issues 0028740 |
|
mod - src/AIS/AIS_RubberBand.cxx | Diff File | ||
mod - src/AIS/AIS_RubberBand.hxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-05-15 14:05 |
|
New Issue | |
2017-05-15 14:05 |
|
Assigned To | => ibs |
2017-05-15 14:23 | git | Note Added: 0066078 | |
2017-05-15 14:25 |
|
Note Added: 0066079 | |
2017-05-15 14:25 |
|
Assigned To | ibs => kgv |
2017-05-15 14:25 |
|
Status | new => resolved |
2017-05-15 14:25 |
|
Steps to Reproduce Updated | |
2017-05-15 14:25 | git | Note Added: 0066080 | |
2017-05-15 16:53 | kgv | Note Added: 0066104 | |
2017-05-15 16:53 | kgv | Assigned To | kgv => ibs |
2017-05-15 16:53 | kgv | Status | resolved => assigned |
2017-05-15 19:38 | git | Note Added: 0066111 | |
2017-05-17 11:02 |
|
Note Added: 0066172 | |
2017-05-17 11:02 |
|
Assigned To | ibs => kgv |
2017-05-17 11:02 |
|
Status | assigned => resolved |
2017-05-17 11:03 |
|
Note Edited: 0066172 | |
2017-05-17 11:15 | git | Note Added: 0066173 | |
2017-05-17 11:19 |
|
Note Added: 0066175 | |
2017-05-17 11:33 | kgv | Note Added: 0066177 | |
2017-05-17 11:33 | kgv | Assigned To | kgv => bugmaster |
2017-05-17 11:33 | kgv | Status | resolved => reviewed |
2017-05-17 17:01 |
|
Assigned To | bugmaster => apv |
2017-05-19 14:00 |
|
Note Added: 0066317 | |
2017-05-19 14:00 |
|
Assigned To | apv => bugmaster |
2017-05-19 14:00 |
|
Status | reviewed => tested |
2017-05-19 14:00 |
|
Test case number | => Not needed |
2017-05-19 14:03 |
|
Note Added: 0066318 | |
2017-05-19 15:52 |
|
Note Edited: 0066318 | |
2017-05-26 14:28 | bugmaster | Changeset attached | => occt master 53d696bf |
2017-05-26 14:29 | bugmaster | Status | tested => verified |
2017-05-26 14:29 | bugmaster | Resolution | open => fixed |
2017-05-29 16:06 | git | Note Added: 0066775 | |
2017-09-29 16:18 |
|
Fixed in Version | => 7.2.0 |
2017-09-29 16:25 |
|
Status | verified => closed |