Home
last modified time | relevance | path

Searched refs:theNewSens (Results 1 – 11 of 11) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DSelect3D_SensitiveEntity.hxx52 void SetSensitivityFactor (const Standard_Integer theNewSens) in SetSensitivityFactor() argument
54 Standard_ASSERT_RAISE (theNewSens > 0, "Error! Selection sensitivity have positive value."); in SetSensitivityFactor()
55 mySFactor = theNewSens; in SetSensitivityFactor()
H A DSelectMgr_Selection.hxx140 Standard_EXPORT void SetSensitivity (const Standard_Integer theNewSens);
H A DSelectMgr_SelectionManager.hxx100 const Standard_Integer theNewSens);
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DSelect3D_SensitiveEntity.hxx52 void SetSensitivityFactor (const Standard_Integer theNewSens) in SetSensitivityFactor() argument
54 …Standard_ASSERT_RAISE (theNewSens >= 0, "Error! Selection sensitivity should not be negative value… in SetSensitivityFactor()
55 mySFactor = theNewSens; in SetSensitivityFactor()
H A DSelectMgr_Selection.hxx121 Standard_EXPORT void SetSensitivity (const Standard_Integer theNewSens);
H A DSelectMgr_SelectionManager.hxx100 const Standard_Integer theNewSens);
/dports/cad/opencascade/opencascade-7.6.0/src/Select3D/
H A DSelect3D_SensitiveEntity.hxx52 void SetSensitivityFactor (const Standard_Integer theNewSens) in SetSensitivityFactor() argument
54 …Standard_ASSERT_RAISE (theNewSens >= 0, "Error! Selection sensitivity should not be negative value… in SetSensitivityFactor()
55 mySFactor = theNewSens; in SetSensitivityFactor()
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_Selection.cxx108 void SelectMgr_Selection::SetSensitivity (const Standard_Integer theNewSens) in SetSensitivity() argument
110 mySensFactor = theNewSens; in SetSensitivity()
115 anEntity->BaseSensitive()->SetSensitivityFactor (theNewSens); in SetSensitivity()
H A DSelectMgr_SelectionManager.cxx575 const Standard_Integer theNewSens) in SetSelectionSensitivity() argument
577 …Standard_ASSERT_RAISE (theNewSens >= 0, "Error! Selection sensitivity should not be negative value… in SetSelectionSensitivity()
590 aSel->SetSensitivity (theNewSens); in SetSelectionSensitivity()
595 mySelector->myTolerances.Add (theNewSens); in SetSelectionSensitivity()
H A DSelectMgr_Selection.hxx121 Standard_EXPORT void SetSensitivity (const Standard_Integer theNewSens);
H A DSelectMgr_SelectionManager.hxx100 const Standard_Integer theNewSens);