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