SoRayPickActionSetPickAll Method |
Sets whether the action will return all objects intersected or just the closest one.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetPickAll(
bool flag
)
Public Sub SetPickAll (
flag As Boolean
)
public:
void SetPickAll(
bool flag
)
member SetPickAll :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks Default is false (only closest intersection).
See Also