mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
25 lines
387 B
Plaintext
Executable File
25 lines
387 B
Plaintext
Executable File
inline HLRAlgo_Projector ISession2D_Shape::Projector()
|
|
{
|
|
return myProjector;
|
|
}
|
|
|
|
|
|
inline Standard_Integer ISession2D_Shape::NbIsos()
|
|
{
|
|
return myNbIsos;
|
|
}
|
|
|
|
|
|
inline Standard_Boolean ISession2D_Shape::AcceptShapeDecomposition()
|
|
{
|
|
return Standard_True;
|
|
}
|
|
|
|
|
|
inline Standard_Boolean ISession2D_Shape::AcceptSelectionMode(const Standard_Integer )
|
|
{
|
|
return Standard_True;
|
|
}
|
|
|
|
|