NX Open C++ Reference Guide
|
Represents Dof Set within a pre-test setup
Created in NX7.5.0.
More...
Public Member Functions | |
void | ExportShapeMetricsCsvFile (NXOpen::CAE::CorrelShapemetrictype metricCode, const NXString &filename) |
Export dof set shape metrics to CSV file Created in NX7.5.0. | |
void | SetDofs (const std::vector< NXOpen::CAE::FENode * > &nodes, const std::vector< bool > &dofs) |
Setting the dofs manually Created in NX7.5.0. | |
void | SetDofSet (NXOpen::CAE::CaeDOFSet *dofsetref) |
Setting the CAE::CaeDOFSet reference Created in NX7.5.0. |
Represents Dof Set within a pre-test setup
Created in NX7.5.0.
void NXOpen::CAE::PreTestDofSet::ExportShapeMetricsCsvFile | ( | NXOpen::CAE::CorrelShapemetrictype | metricCode, |
const NXString & | filename | ||
) |
Export dof set shape metrics to CSV file
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
metricCode | shape metric code |
filename | CSV file name. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAE::PreTestDofSet::SetDofs | ( | const std::vector< NXOpen::CAE::FENode * > & | nodes, |
const std::vector< bool > & | dofs | ||
) |
Setting the dofs manually
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
nodes | Nodes defining the dof set |
dofs | Flags to indicate which Dofs are activated. |
void NXOpen::CAE::PreTestDofSet::SetDofSet | ( | NXOpen::CAE::CaeDOFSet * | dofsetref | ) |
Setting the CAE::CaeDOFSet reference
Created in NX7.5.0.
License requirements : nx_correl_base ("FE Correlation")
dofsetref | The reference DOFSet |