DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0000478

3 methods missing in GeomPlate_PointConstraint

CommunityOCCT:Modeling Algorithmsclosed0 public notes

Search issues

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;
}

Public activity

No public notes

Participants are labeled by their role within this record.