#include <tf_port_c.h>
Go to the source code of this file.
◆ tfVertexSolverFIOHasImport()
| HRESULT tfVertexSolverFIOHasImport |
( |
bool * | result | ) |
|
Test whether imported data is available.
- Parameters
-
◆ tfVertexSolverFIOMapImportBodyId()
| HRESULT tfVertexSolverFIOMapImportBodyId |
( |
unsigned int | fid, |
|
|
unsigned int * | mapId ) |
Map a body id from currently imported file data to the created body on import.
- Parameters
-
| fid | body id according to import file |
| mapId | body id according to simulation state |
◆ tfVertexSolverFIOMapImportBodyTypeId()
| HRESULT tfVertexSolverFIOMapImportBodyTypeId |
( |
unsigned int | fid, |
|
|
unsigned int * | mapId ) |
Map a body type id from currently imported file data to the created body type on import.
- Parameters
-
| fid | body type id according to import file |
| mapId | body type id according to simulation state |
◆ tfVertexSolverFIOMapImportSurfaceId()
| HRESULT tfVertexSolverFIOMapImportSurfaceId |
( |
unsigned int | fid, |
|
|
unsigned int * | mapId ) |
Map a surface id from currently imported file data to the created surface on import.
- Parameters
-
| fid | surface id according to import file |
| mapId | surface id according to simulation state |
◆ tfVertexSolverFIOMapImportSurfaceTypeId()
| HRESULT tfVertexSolverFIOMapImportSurfaceTypeId |
( |
unsigned int | fid, |
|
|
unsigned int * | mapId ) |
Map a surface type id from currently imported file data to the created surface type on import.
- Parameters
-
| fid | surface type id according to import file |
| mapId | surface type id according to simulation state |
◆ tfVertexSolverFIOMapImportVertexId()
| HRESULT tfVertexSolverFIOMapImportVertexId |
( |
unsigned int | fid, |
|
|
unsigned int * | mapId ) |
Map a vertex id from currently imported file data to the created vertex on import.
- Parameters
-
| fid | vertex id according to import file |
| mapId | vertex id according to simulation state |