The Tools namespace

Scripting tools.

Function List

EvaluateExpression (expression Expression)
Evaluates an expression. (Returns a EvaluateResult object.)
ImportPointsFromASCII (filename string, delimiter ASCIIImportDelimiterEnum, scalefactor number)
Generate a table containing points imported from an ASCII file. (Returns a List of Point object.)
ImportPointsFromNASTRAN (filename string, segmentid string, scalefactor number)
Generate a table containing points imported from a NASTRAN file. (Returns a List of Point object.)

Function Details

EvaluateExpression (expression Expression)
Evaluates an expression.
Input Parameters
expression(Expression)
The expression to be evaluated.
Return
EvaluateResult
The evaluation result.
ImportPointsFromASCII (filename string, delimiter ASCIIImportDelimiterEnum, scalefactor number)
Generate a table containing points imported from an ASCII file.
Input Parameters
filename(string)
ASCII text file for point import.
delimiter(ASCIIImportDelimiterEnum)
ASCII file coordinate separation character.
scalefactor(number)
Linear scaling factor applied to all coordinates.
Return
List of Point
The table containing points from the file.
ImportPointsFromNASTRAN (filename string, segmentid string, scalefactor number)
Generate a table containing points imported from a NASTRAN file.
Input Parameters
filename(string)
NASTRAN file for point import.
segmentid(string)
The segment ID for specific segment import. Use an empty string to select everything.
scalefactor(number)
Linear scaling factor applied to all coordinates.
Return
List of Point
The table containing points from the file.