NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAE::FTK::DataManager Class Reference

Ftk data manager
To obtain an instance of this class use Session::DataManager . More...

List of all members.

Public Member Functions

NXOpen::CAE::FTK::ArrayRecord2DCreateArrayRecord2d (const NXString &titleName, const NXString &legendName, int numPoints)
 Creates 2d array record.
NXOpen::CAE::FTK::ArrayRecord3DCreateArrayRecord3d (const NXString &titleName, const NXString &legendName, int numPoints)
 Creates 3d array record.
NXOpen::CAE::FTK::BaseUnitCreateArrayUnit (NXOpen::Unit *nxUnit)
 Creates array unit by nx system unit.
NXOpen::CAE::FTK::BaseUnitCreateArrayUnit (NXOpen::CAE::XyFunctionMeasure measureType, NXOpen::CAE::XyFunctionUnit unitType)
 Creates array unit by xy function unit.
NXOpen::CAE::FTK::BaseUnitCreateArrayUnit (NXOpen::CAE::FTK::BaseUnit *numeratorUnit, NXOpen::CAE::FTK::BaseUnit *denominatorUnit)
 Creates array unit by numerator and denominator unit.
void DeleteFile (const NXString &fileName)
 Deletes afu/op2 file
Created in NX7.5.0.
void DeleteRecord (NXOpen::CAE::FTK::BaseRecord *deletedRecord)
 Deletes record
Created in NX7.5.0.
NXOpen::CAE::FTK::BaseRecordGetAfuRecord (const NXString &afuFileName, const NXString &recordName)
 Gets afu record.
NXOpen::CAE::FTK::BaseRecordGetOp2Record (const NXString &op2FileName, const NXString &dataSetName, const NXString &recordName)
 Gets op2 record.
void LoadFile (const NXString &fileName)
 Loads afu/op2 file
Created in NX7.5.0.
tag_t Tag () const
 Returns the tag of this object.
void UnloadFile (const NXString &fileName)
 Unloads afu/op2 file
Created in NX7.5.0.

Detailed Description

Ftk data manager
To obtain an instance of this class use Session::DataManager .



Created in NX7.5.0.


Member Function Documentation

NXOpen::CAE::FTK::ArrayRecord2D* NXOpen::CAE::FTK::DataManager::CreateArrayRecord2d ( const NXString titleName,
const NXString legendName,
int  numPoints 
)

Creates 2d array record.

Returns:
2D array record
Created in NX7.5.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters:
titleNameTitle name
NOTE: The full Unicode character set is not supported for this parameter.
legendNameLegend name
NOTE: The full Unicode character set is not supported for this parameter.
numPointsPoint count
NXOpen::CAE::FTK::ArrayRecord3D* NXOpen::CAE::FTK::DataManager::CreateArrayRecord3d ( const NXString titleName,
const NXString legendName,
int  numPoints 
)

Creates 3d array record.

Returns:
3D array record
Created in NX7.5.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters:
titleNameTitle name
NOTE: The full Unicode character set is not supported for this parameter.
legendNameLegend name
NOTE: The full Unicode character set is not supported for this parameter.
numPointsPoint count

Creates array unit by nx system unit.

Returns:
Array unit
Created in NX7.5.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters:
nxUnitNX system unit

Creates array unit by xy function unit.

Returns:
Array unit
Created in NX7.5.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters:
measureTypeUnit measure type
unitTypeUnit type

Creates array unit by numerator and denominator unit.

Returns:
Array unit
Created in NX7.5.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters:
numeratorUnitNumerator unit
denominatorUnitDenominator unit

Deletes afu/op2 file
Created in NX7.5.0.



License requirements : nx_ftk ("NX Advanced Graphing")

Parameters:
fileNameAfu/Op2 file name with full path
NOTE: The full Unicode character set is not supported for this parameter.

Deletes record
Created in NX7.5.0.



License requirements : nx_ftk ("NX Advanced Graphing")

Parameters:
deletedRecordDeleted record

Gets afu record.

Returns:
Afu record data
Created in NX7.5.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters:
afuFileNameAfu file name with full path
NOTE: The full Unicode character set is not supported for this parameter.
recordNameAfu record name
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::CAE::FTK::BaseRecord* NXOpen::CAE::FTK::DataManager::GetOp2Record ( const NXString op2FileName,
const NXString dataSetName,
const NXString recordName 
)

Gets op2 record.

Returns:
Op2 record data
Created in NX7.5.0.

License requirements : nx_ftk ("NX Advanced Graphing")
Parameters:
op2FileNameOp2 file name with full path
NOTE: The full Unicode character set is not supported for this parameter.
dataSetNameOp2 data set name
NOTE: The full Unicode character set is not supported for this parameter.
recordNameOp2 record name
NOTE: The full Unicode character set is not supported for this parameter.

Loads afu/op2 file
Created in NX7.5.0.



License requirements : nx_ftk ("NX Advanced Graphing")

Parameters:
fileNameAfu/Op2 file name with full path
NOTE: The full Unicode character set is not supported for this parameter.

Returns the tag of this object.

Unloads afu/op2 file
Created in NX7.5.0.



License requirements : nx_ftk ("NX Advanced Graphing")

Parameters:
fileNameAfu/Op2 file name with full path
NOTE: The full Unicode character set is not supported for this parameter.

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.