SoTrackFollowerComputeData Method |
Returns the position and the three rotations used to compute the orientation field for a given alpha value.
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void ComputeData(
float alpha,
out SbVec3f vessel_pos,
out SbRotation vessel_rot,
out SbRotation roll_rot,
out SbRotation head_rot
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub ComputeData (
alpha As Single,
<OutAttribute> ByRef vessel_pos As SbVec3f,
<OutAttribute> ByRef vessel_rot As SbRotation,
<OutAttribute> ByRef roll_rot As SbRotation,
<OutAttribute> ByRef head_rot As SbRotation
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void ComputeData(
float alpha,
[OutAttribute] SbVec3f% vessel_pos,
[OutAttribute] SbRotation% vessel_rot,
[OutAttribute] SbRotation% roll_rot,
[OutAttribute] SbRotation% head_rot
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member ComputeData :
alpha : float32 *
vessel_pos : SbVec3f byref *
vessel_rot : SbRotation byref *
roll_rot : SbRotation byref *
head_rot : SbRotation byref -> unit
Parameters
- alpha
- Type: SystemSingle
- vessel_pos
- Type: OIV.InventorSbVec3f
- vessel_rot
- Type: OIV.InventorSbRotation
- roll_rot
- Type: OIV.InventorSbRotation
- head_rot
- Type: OIV.InventorSbRotation
Remarks See Also