NX Open C++ Reference Guide
|
Deformation parameter structure to specify complete result state for the deformed shape This structure has been replaced by CAE::DeformationParameters
More...
Public Member Functions | |
DeformationParameters (int loadCaseIndexInitial, int iterationIndexInitial, const NXOpen::CAE::Result::Type &typeInitial, NXOpen::CAE::Result::Complex complexInitial, double phaseAngleInitial, NXOpen::CAE::Result::DeformationScale deformationScaleInitial, double absoluteScaleValueInitial, double modelPercentScaleValueInitial) | |
Constructor for the DeformationParameters struct. | |
Public Attributes | |
double | AbsoluteScaleValue |
absolute scale value | |
NXOpen::CAE::Result::Complex | Complex |
complex | |
NXOpen::CAE::Result::DeformationScale | DeformationScale |
deformation scale | |
int | IterationIndex |
iteration number starting from 0 | |
int | LoadCaseIndex |
load case number starting from 0 | |
double | ModelPercentScaleValue |
model percent scale value | |
double | PhaseAngle |
phase angle | |
NXOpen::CAE::Result::Type | Type |
type |
Deformation parameter structure to specify complete result state for the deformed shape This structure has been replaced by CAE::DeformationParameters
NXOpen::CAE::Result::DeformationParameters::DeformationParameters | ( | int | loadCaseIndexInitial, |
int | iterationIndexInitial, | ||
const NXOpen::CAE::Result::Type & | typeInitial, | ||
NXOpen::CAE::Result::Complex | complexInitial, | ||
double | phaseAngleInitial, | ||
NXOpen::CAE::Result::DeformationScale | deformationScaleInitial, | ||
double | absoluteScaleValueInitial, | ||
double | modelPercentScaleValueInitial | ||
) |
Constructor for the DeformationParameters struct.
loadCaseIndexInitial | load case number starting from 0 |
iterationIndexInitial | iteration number starting from 0 |
typeInitial | type |
complexInitial | complex |
phaseAngleInitial | phase angle |
deformationScaleInitial | deformation scale |
absoluteScaleValueInitial | absolute scale value |
modelPercentScaleValueInitial | model percent scale value |
absolute scale value
deformation scale
iteration number starting from 0
load case number starting from 0
model percent scale value
phase angle