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

Note: This API is now obsolete.

Calls SetRayCommonProperties(start, direction, fovy, 1.0f, -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 SetRayCommonProperties(
	SbVec3f start,
	SbVec3f direction,
	float fovy
)

Parameters

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