NX Open C++ Reference Guide
|
Represents an NX part of type .afm. More...
Public Member Functions | |
void | FinalizeCreation (NXOpen::Part *cadPart, const NXString &solverTypeName, const NXString &analysisTypeType, std::vector< NXString > &description) |
Finalizes the creation of the assembly fem part file. | |
NXOpen::Part * | MasterCadPart () |
Returns the master cad part associated with the assembly fem part. |
Represents an NX part of type .afm.
Use the PartCollection class to load or create a part.
Created in NX6.0.0.
void NXOpen::CAE::AssyFemPart::FinalizeCreation | ( | NXOpen::Part * | cadPart, |
const NXString & | solverTypeName, | ||
const NXString & | analysisTypeType, | ||
std::vector< NXString > & | description | ||
) |
Finalizes the creation of the assembly fem part file.
This method should be called immediately after creating the assembly fem part file. This method should be called only once for each assembly fem part file. The second call to the method will raise an error.
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
cadPart | the cad part to be associated with the fem part |
solverTypeName | the name of the solver. Refer to NX help for more information NOTE: The full Unicode character set is not supported for this parameter. |
analysisTypeType | the name of the analysis type. Refer to NX help for more information NOTE: The full Unicode character set is not supported for this parameter. |
description | description NOTE: The full Unicode character set is not supported for this parameter. |
Returns the master cad part associated with the assembly fem part.
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")