Configuration fields
- Last UpdatedOct 02, 2025
- 1 minute read
The configuration fields in the PickManager module.
|
Name |
Type |
Default value |
Description |
|---|---|---|---|
|
featurePickRectSize |
sint |
4 |
Size of the rect created around the mouse click to look for vertices. |
|
maxRayCasts |
sint |
4 |
Number of PickSensor nodes available to perform the pick operations. By default they are 4. |
|
maxThickness |
sfloat |
100 |
Maximum object thickness supported by the thickness calculation algorithm. |
|
pickStrategyNode |
sstring |
Name of the PickingStrategy node assigned to the pickingStrategyNode field of the available PickSensor nodes. PickingStrategy enables picking based on set criteria. |
|
|
useModelsBounds |
sbool |
false |
When set to true, bounding boxes and bounding planes are used to process pick requests. |
|
verbose |
sbool |
false |
Enables log messages for debug purposes. |