SoSelectionSetPickRadius Method |
Sets the radius (in pixels) around the viewport-space point through which the ray passes when doing ray picking.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetPickRadius(
float radiusInPixels
)
Public Sub SetPickRadius (
radiusInPixels As Single
)
public:
void SetPickRadius(
float radiusInPixels
)
member SetPickRadius :
radiusInPixels : float32 -> unit
Parameters
- radiusInPixels
- Type: SystemSingle
Remarks Ray picking is performed when getPickedPoint() is called. The pick radius set here is only used when testing the ray against lines and points.
See Also