ScRayPickActionSetRay Method (Single, SbVec3f, SbVec3f) |
Calls SetRay(fovy, rayStart, rayDirection, -1, -1).
Namespace: OIV.ScaleViz.ActionsAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetRay(
float fovy,
SbVec3f rayStart,
SbVec3f rayDirection
)
Public Sub SetRay (
fovy As Single,
rayStart As SbVec3f,
rayDirection As SbVec3f
)
public:
void SetRay(
float fovy,
SbVec3f rayStart,
SbVec3f rayDirection
)
member SetRay :
fovy : float32 *
rayStart : SbVec3f *
rayDirection : SbVec3f -> unit
Parameters
- fovy
- Type: SystemSingle
- rayStart
- Type: OIV.InventorSbVec3f
- rayDirection
- Type: OIV.InventorSbVec3f
Remarks
See Also