mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
16 lines
470 B
Plaintext
Executable File
16 lines
470 B
Plaintext
Executable File
// File: Select3D_SensitiveGroup.lxx
|
|
// Created: Thu Apr 16 16:17:20 1998
|
|
// Author: Robert COUBLANC
|
|
// <rob@robox.paris1.matra-dtv.fr>
|
|
inline void Select3D_SensitiveGroup::Set(const Standard_Boolean MustMatchAllEntities)
|
|
{myMustMatchAll = MustMatchAllEntities;}
|
|
|
|
|
|
inline Standard_Boolean Select3D_SensitiveGroup::MustMatchAll() const
|
|
{return myMustMatchAll;}
|
|
|
|
inline const Select3D_ListOfSensitive& Select3D_SensitiveGroup::GetEntities() const
|
|
{return myList;}
|
|
|
|
|