mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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;
|
|
}
|
|
|
|
|