SoTrackFollowerGetTrackCoordinate Method (SoCoordinate3) |
Calls GetTrackCoordinate(coords, 1, false, 16).
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 GetTrackCoordinate(
SoCoordinate3 coords
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub GetTrackCoordinate (
coords As SoCoordinate3
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void GetTrackCoordinate(
SoCoordinate3^ coords
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetTrackCoordinate :
coords : SoCoordinate3 -> unit
Parameters
- coords
- Type: OIV.Inventor.NodesSoCoordinate3
Remarks See Also