PyANGKernel.GKFunctionComponent

class GKFunctionComponent

Inheritance diagram of PyANGKernel.GKFunctionComponent

Synopsis

Methods

Static functions

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

class Operation
__init__()
getComponent1()
Return type:

int

getComponent2()
Return type:

int

getDerived()
Return type:

bool

static getDerivedComponents(iModel)
Parameters:

iModelGKModel

Return type:

.list of GKFunctionComponent

static getDirectComponents(iModel)
Parameters:

iModelGKModel

Return type:

.list of GKFunctionComponent

getFactor()
Return type:

float

getFunctionString()
Return type:

str

getOperation()
Return type:

Operation

setComponent1(iValue)
Parameters:

iValue – int

setComponent2(iValue)
Parameters:

iValue – int

setDerived(iValue)
Parameters:

iValue – bool

setFactor(iValue)
Parameters:

iValue – float

setFunctionString(iValue)
Parameters:

iValue – str

setOperation(operation)
Parameters:

operationOperation