SoRayPickActionInitSetRayData Method (SbVec3f, SbVec3f, Single, Single, Single) |
Note: This API is now obsolete.
Calls InitSetRayData(start, direction, fovy, aspectRatio, nearDistance, -1.0f).
Namespace: OIV.Inventor.ActionsAssembly: 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,
float nearDistance
)
<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 Sub InitSetRayData (
start As SbVec3f,
direction As SbVec3f,
fovy As Single,
aspectRatio As Single,
nearDistance As Single
)
public:
[ObsoleteAttribute(L"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)]
void InitSetRayData(
SbVec3f start,
SbVec3f direction,
float fovy,
float aspectRatio,
float nearDistance
)
[<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)>]
member InitSetRayData :
start : SbVec3f *
direction : SbVec3f *
fovy : float32 *
aspectRatio : float32 *
nearDistance : float32 -> unit
Parameters
- start
- Type: OIV.InventorSbVec3f
- direction
- Type: OIV.InventorSbVec3f
- fovy
- Type: SystemSingle
- aspectRatio
- Type: SystemSingle
- nearDistance
- Type: SystemSingle
Remarks
See Also