MantisBT - Community |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000478 | Community | [OCCT] OCCT:Modeling Algorithms | public | 2002-06-24 14:05 | 2011-12-15 17:54 |
|
Reporter | emo | |
Assigned To | jgv | |
Priority | none | Severity | feature | |
Status | closed | Resolution | fixed | |
Platform | | OS | All | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | [OCCT] 5.0.0 | |
Test case number | |
|
Summary | 0000478: 3 methods missing in GeomPlate_PointConstraint |
Description | This bug has been added at
http://www.opencascade.org/forumorg/bug.php?bug_id=57&f=8 [^] by François Lauzon
Here are the definition that should be there (I think):
//---------------------------------------------------------
// Fonction : SetG0Criterion
//---------------------------------------------------------
void GeomPlate_PointConstraint::SetG0Criterion(const Standard_Real TolDist)
{ myTolDist=TolDist;
}
//---------------------------------------------------------
// Fonction : SetG1Criterion
//---------------------------------------------------------
void GeomPlate_PointConstraint::SetG1Criterion(const Standard_Real TolAng)
{ myTolAng=TolAng;
}
//---------------------------------------------------------
// Fonction : SetG2Criterion
//---------------------------------------------------------
void GeomPlate_PointConstraint::SetG2Criterion(const Standard_Real TolCurv)
{ myTolCurv=TolCurv;
} |
Steps To Reproduce | |
Additional information and documentation updates | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2002-06-24 14:57 | bugmaster | Assigned To | bugmaster => ifv |
2002-06-24 14:57 | bugmaster | Status | new => assigned |
2002-06-24 19:49 | ifv | Assigned To | ifv => jgv |
2002-06-24 19:49 | apv | CC | => apv |
2002-07-05 13:11 | bugmaster | Status | assigned => verified |
2002-08-01 15:33 | bugmaster | Status | verified => closed |
2002-08-01 15:33 | bugmaster | Resolution | @0@ => fixed |
2011-08-02 11:31 | bugmaster | Category | OCCT:MOA => OCCT:Modeling Algorithms |
2011-12-15 17:54 | bugmaster | Project | Open CASCADE => Community |