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

Note: This API is now obsolete.

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

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[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.")]
public void SetRayCommonProperties(
	SbVec3f start,
	SbVec3f direction,
	float fovy,
	float aspectRatio,
	float nearDistance
)

Parameters

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