mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-26 10:19:45 +03:00
9 lines
215 B
Plaintext
Executable File
9 lines
215 B
Plaintext
Executable File
|
|
inline void SelectBasics_SensitiveEntity::
|
|
SetSensitivityFactor(const Standard_ShortReal F)
|
|
{mySFactor = F;}
|
|
|
|
inline Standard_ShortReal SelectBasics_SensitiveEntity::
|
|
SensitivityFactor() const
|
|
{return mySFactor;}
|