Instanzdaten
Arbeitsdaten - PTcGeoFeedAdaptParam
Parameter der Methoden:
Die Parameter für die einzelnen Methoden werden in gekapselter Form über die Struktur PTcGeoFeedAdaptParam (TcCncGeoFeedAdaptInterfaces.h) übergeben.
struct PTcGeoFeedAdaptParam
{
// config: EcGeoFeedAdapt_ParamStandard
EcGeoFeedAdapt type;
// config: dimension of path : 1 or 2
int dim_path;
// config: dimension of tool parameters
int dim_tool_param;
// tool parameters
const double * i_tool_param;
// feed adaption factor
double * o_feed_adaption;
struct TcGeoFeedAdaptPath path[2]; //
}
Pfadspezifische Parameter:
struct TcGeoFeedAdaptPath
{
// input: 3-dim GFA position X,Y,Z
const double * i_position_gfa;
// Input: 3-dim display position X,Y,Z
const double * i_position_display
}