SoRayPickAction Constructor |
Constructor takes viewport region to use for picking.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoRayPickAction(
SbViewportRegion viewportRegion
)
Public Sub New (
viewportRegion As SbViewportRegion
)
public:
SoRayPickAction(
SbViewportRegion viewportRegion
)
new :
viewportRegion : SbViewportRegion -> SoRayPickAction
Parameters
- viewportRegion
- Type: OIV.InventorSbViewportRegion
Remarks Even though the picking operation may not involve a window per se, some nodes need this information to determine their size and placement.
See Also