MantisBT - Open CASCADE |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031043 | Open CASCADE | [OCCT] OCCT:Modeling Algorithms | public | 2019-10-07 18:58 | 2020-12-02 17:12 |
|
Reporter | oan | |
Assigned To | oan | |
Priority | normal | Severity | minor | |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | [OCCT] 7.5.0 | Fixed in Version | [OCCT] 7.5.0 | |
Test case number | bugs modalg_7 bug31043 |
|
Summary | 0031043: GCPnts_TangentialDeflection generates points which number is inconsistent with MinimumOfPoints parameter |
Description | Number of points generated by GCPnts_TangentialDeflection is less than specified value.
This patch is required by 0028500 in order to add additional points (e.g. one more comparing to previous result) for faces consisting of two straight edges with vertices covered by tolerance. |
Steps To Reproduce | #Use edges of face 3 and 7 to reproduce problem.
test bugs mesh bug28500
explode a f
explode a_7 e
mkcurve c a_7_1
crvtpoints r c 0.01 1.57 1
#Nb points : 2
crvtpoints r c 0.01 1.57 2
#Nb points : 2
crvtpoints r c 0.01 1.57 3
#Nb points : 2
crvtpoints r c 0.01 1.57 4
#Nb points : 3
crvtpoints r c 0.01 1.57 5
#Nb points : 5
crvtpoints r c 0.01 1.57 6
#Nb points : 5
|
Additional information and documentation updates | |
Tags | No tags attached. |
Relationships | child of | 0028500 | new | oan | Artifact in shaded view of the shape |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-10-07 18:58 | oan | New Issue | |
2019-10-07 18:58 | oan | Assigned To | => msv |
2019-10-07 18:59 | oan | Relationship added | child of 0028500 |
2019-10-07 19:00 | git | Note Added: 0087932 | |
2019-10-08 16:44 | oan | Note Added: 0087948 | |
2019-10-08 17:27 | oan | Note Edited: 0087948 | bug_revision_view_page.php?bugnote_id=87948#r22002 |
2019-10-19 19:08 | git | Note Added: 0088330 | |
2019-10-20 00:35 | git | Note Added: 0088338 | |
2019-10-21 19:35 | git | Note Added: 0088393 | |
2019-10-28 13:49 | git | Note Added: 0088633 | |
2019-10-28 16:06 | oan | Note Added: 0088635 | |
2019-10-28 16:06 | oan | Status | new => resolved |
2019-10-28 16:40 | msv | Note Added: 0088636 | |
2019-10-28 18:21 | msv | Note Added: 0088639 | |
2019-10-28 18:22 | msv | Assigned To | msv => oan |
2019-10-28 18:22 | msv | Status | resolved => assigned |
2019-10-29 11:06 | git | Note Added: 0088642 | |
2019-10-29 11:06 | oan | Note Added: 0088643 | |
2019-10-29 11:06 | oan | Assigned To | oan => msv |
2019-10-29 11:06 | oan | Status | assigned => resolved |
2019-10-29 11:40 | msv | Note Added: 0088644 | |
2019-10-29 11:40 | msv | Assigned To | msv => bugmaster |
2019-10-29 11:40 | msv | Status | resolved => reviewed |
2019-10-30 23:21 | apn | Test case number | => bugs modalg_7 bug31043 |
2019-10-31 10:59 | apn | Status | reviewed => tested |
2019-11-02 17:43 | oan | Changeset attached | => occt master da6b95a0 |
2019-11-02 17:43 | oan | Assigned To | bugmaster => oan |
2019-11-02 17:43 | oan | Status | tested => verified |
2019-11-02 17:43 | oan | Resolution | open => fixed |
2019-11-10 11:41 | git | Note Added: 0088848 | |
2019-11-10 11:41 | git | Note Added: 0088849 | |
2020-12-02 16:40 | emo | Fixed in Version | => 7.5.0 |
2020-12-02 17:12 | emo | Status | verified => closed |
Notes |
|
(0087932)
|
git
|
2019-10-07 19:00
|
|
Branch CR31043 has been created by oan.
SHA-1: 7547121ede67a7b829ec519d4dfe2b365d9d6d5b
Detailed log of new commits:
Author: oan
Date: Mon Oct 7 19:00:21 2019 +0300
0031043: GCPnts_TangentialDeflection generates points which number is inconsistent with MinimumOfPoints Parameter
Updated crvtpoints command API to reproduce reported problem
|
|
|
(0087948)
|
oan
|
2019-10-08 16:44
(edited on: 2019-10-08 17:27) |
|
Please use updated command from CR31043 to reproduce aforementioned problem.
General idea is to teach low-level algorithm to produce number of points at least equal to specified minimum value.
|
|
|
(0088330)
|
git
|
2019-10-19 19:08
|
|
Branch CR31043 has been updated by oan.
SHA-1: 723d59feac1abd068e4f62ba89bf9e5fe3e204bc
Detailed log of new commits:
Author: oan
Date: Sat Oct 19 19:07:14 2019 +0300
# generate number of points according to the specified minimum value
|
|
|
(0088338)
|
git
|
2019-10-20 00:35
|
|
Branch CR31043 has been updated by oan.
SHA-1: 62be3d632af31671f01ecab8dc8dbbceb53710ae
Detailed log of new commits:
Author: oan
Date: Sun Oct 20 00:34:06 2019 +0300
# added test case
|
|
|
(0088393)
|
git
|
2019-10-21 19:35
|
|
Branch CR31043 has been updated by oan.
SHA-1: 5aa6ff778cd480395a07562e9789565652cc2c9f
Detailed log of new commits:
Author: oan
Date: Mon Oct 21 19:33:32 2019 +0300
# revert PerformCircular changes
|
|
|
(0088633)
|
git
|
2019-10-28 13:49
|
|
Branch CR31043 has been updated forcibly by oan.
SHA-1: 8fecfb21b6557277a95e0c50c4ad05f040098ad2 |
|
|
(0088635)
|
oan
|
2019-10-28 16:06
|
|
|
|
(0088636)
|
msv
|
2019-10-28 16:40
|
|
Note: please give the link to compare page instead of summary. It is because there is a link to other pages from compare where, e.g., I can see new compilation warnings. |
|
|
(0088639)
|
msv
|
2019-10-28 18:21
|
|
No remarks. Combine to one commit with one message before integration. |
|
|
(0088642)
|
git
|
2019-10-29 11:06
|
|
Branch CR31043_1 has been created by oan.
SHA-1: da6b95a0752b92e58c66f4d571a7702ba1bab5ab
Detailed log of new commits:
Author: oan
Date: Tue Oct 29 11:04:53 2019 +0300
0031043: GCPnts_TangentialDeflection generates points which number is inconsistent with MinimumOfPoints Parameter
Updated crvtpoints command API to reproduce reported problem
Generate number of points according to the specified minimum value
|
|
|
(0088643)
|
oan
|
2019-10-29 11:06
|
|
Pushed to branch CR31043_1. |
|
|
(0088644)
|
msv
|
2019-10-29 11:40
|
|
|
|
(0088848)
|
git
|
2019-11-10 11:41
|
|
Branch CR31043_1 has been deleted by inv.
SHA-1: da6b95a0752b92e58c66f4d571a7702ba1bab5ab |
|
|
(0088849)
|
git
|
2019-11-10 11:41
|
|
Branch CR31043 has been deleted by inv.
SHA-1: 8fecfb21b6557277a95e0c50c4ad05f040098ad2 |
|