vrdFindOptions¶
-
class
vrdFindOptions
¶
(Inherits vrdData
)
Options for the scene graph search.
Summary¶
Functions¶
-
vrdFindOptions.
getIncludeComponents
()¶ Returns: True, if components are included in the search. Return type: bool
-
vrdFindOptions.
setIncludeComponents
(value)¶ Defines if components are included in the search. By default, components are excluded.
Parameters: value (bool) – True for inluding components, False otherwise
-
vrdFindOptions.
vrdFindOptions
()¶ Default constructor.