Click or drag to resize
SoRayPickActionInitSetRayData Method (SbVec3f, SbVec3f, Single, Single)

Note: This API is now obsolete.

Calls InitSetRayData(start, direction, fovy, aspectRatio, -1.0f, -1.0f).

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void InitSetRayData(
	SbVec3f start,
	SbVec3f direction,
	float fovy,
	float aspectRatio
)

Parameters

start
Type: OIV.InventorSbVec3f
direction
Type: OIV.InventorSbVec3f
fovy
Type: SystemSingle
aspectRatio
Type: SystemSingle
Remarks