Skip to Content

Arc Report Utility — Query Methods

Back to Arc Report Utility.

getRelatedDataSet

def getRelatedDataSet(Operator, pgmnr)

Check and returns if there is a related DataSet where the Program number fits.

Parameters:

NameTypeDescription
Operatorthe CENPyOlpProgramModifyOperator
pgmnrthe Welding Program Number

getRGBColours

def getRGBColours(item)

Get the RGB Colours for the Table Header Row. Can be set in the Report NLS File by “headerrowcolor=176.195.52” (Cenit green)

Parameters:

NameTypeDescription
itemthe desired Item from NLS File

getAnyEvent

def getAnyEvent(eventHandler, opTpe, eventName)

Calculates linear tool path length

Parameters:

NameTypeDescription
eventHandlerThe event handler
opTpethe current tool path element
eventName

getVector

def getVector(point1, point2)

Gets vector through two points

Parameters:

NameTypeDescription
point1First point
point2Second point

getVectorLength

def getVectorLength(vector)

Calculates vector length

Parameters:

NameTypeDescription
vectorThe vector to calculate the length for

getVectorScalar

def getVectorScalar(vector1, vector2)

Calculates vector scalar

Parameters:

NameTypeDescription
vector1The first vector
vector2The second vector
Was this page helpful?