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.
Methods
Accessors
- cee.cug.ModelSpec.contourLinesResultId
 The result id of the scalar shown as fringes (mapped on the surface) on the model.
Use the
ConstantRemoteModel.getResultInfomethod to get information about the result.
- cee.cug.ModelSpec.displacementResultId
 The result id of the scalar shown as fringes (mapped on the surface) on the model.
Use the
ConstantRemoteModel.getResultInfomethod to get information about the result.
- cee.cug.ModelSpec.fringesResultId
 The result id of the scalar shown as fringes (mapped on the surface) on the model.
Use the
ConstantRemoteModel.getResultInfomethod to get information about the result.
- cee.cug.ModelSpec.vectorResultIdArr
 The result id of the scalar shown as fringes (mapped on the surface) on the model.
Use the
ConstantRemoteModel.getResultInfomethod to get information about the result.
Methods
getEffectiveFringesResultId
- cee.cug.ModelSpec.getEffectiveFringesResultId(geometryIndex, partId)
 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.
- Arguments
 geometryIndex (
number) –partId (
number) –
- Return type
 number
Use the
ConstantRemoteModel.getResultInfomethod to get information about the result.