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