ModelSpec

class cee.cug.ModelSpec()

Information about the results used on the model.

Provides ids of the scalar, vector, displacements results mapped onto the model.

Accessors

  • contourLinesResultId

  • displacementResultId

  • fringesResultId

  • vectorResultIdArr


Accessors

cee.cug.contourLinesResultId()

The result id of the scalar shown as fringes (mapped on the surface) on the model.

Use the ConstantRemoteModel.getResultInfo method to get information about the result.

Return type:

number

cee.cug.displacementResultId()

The result id of the scalar shown as fringes (mapped on the surface) on the model.

Use the ConstantRemoteModel.getResultInfo method to get information about the result.

Return type:

number

cee.cug.fringesResultId()

The result id of the scalar shown as fringes (mapped on the surface) on the model.

Use the ConstantRemoteModel.getResultInfo method to get information about the result.

Return type:

number

cee.cug.vectorResultIdArr()

The result id of the scalar shown as fringes (mapped on the surface) on the model.

Use the ConstantRemoteModel.getResultInfo method to get information about the result.

Return type:

unknown

Methods

getEffectiveFringesResultId

ModelSpec.getEffectiveFringesResultId(geometryIndex, partId)
Arguments:
  • geometryIndex (number) – None

  • partId (number) – None

Returns the id of the scalar result shown on the given part. Will return fringesResultId if no override result was specified for the given part.

Use the ConstantRemoteModel.getResultInfo method to get information about the result.

Return type:

number