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.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 SetRayCommonProperties(
SbVec3f start,
SbVec3f direction,
float fovy
)
<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 SetRayCommonProperties (
start As SbVec3f,
direction As SbVec3f,
fovy 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 SetRayCommonProperties(
SbVec3f start,
SbVec3f direction,
float fovy
)
[<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 SetRayCommonProperties :
start : SbVec3f *
direction : SbVec3f *
fovy : float32 -> unit
Parameters
- start
- Type: OIV.InventorSbVec3f
- direction
- Type: OIV.InventorSbVec3f
- fovy
- Type: SystemSingle
Remarks
See Also