SoRayPickActionSetRay Method (Single, SbVec3f, SbVec3f) |
Calls SetRay(fovy, start, direction, -1.0, -1.0).
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetRay(
float fovy,
SbVec3f start,
SbVec3f direction
)
Public Sub SetRay (
fovy As Single,
start As SbVec3f,
direction As SbVec3f
)
public:
void SetRay(
float fovy,
SbVec3f start,
SbVec3f direction
)
member SetRay :
fovy : float32 *
start : SbVec3f *
direction : SbVec3f -> unit
Parameters
- fovy
- Type: SystemSingle
- start
- Type: OIV.InventorSbVec3f
- direction
- Type: OIV.InventorSbVec3f
Remarks See Also