NX Open C++ Reference Guide
|
Represents an NX part of type .afm. More...
Public Member Functions | |
NXOpen::CAE::BaseFEModel * | BaseFEModel () |
Returns the femodel CAE::BaseFEModel assoicated with the part. | |
NXString | FullPathForAssociatedCadPart () |
Returns the full pathname of the associated cad part. | |
void | GetSolverAndAnalysisType (NXString *solverTypeName, NXString *analysisTypeName) |
Gets solver and analysis type assoicated with the Cae part. | |
void | SetSolverAndAnalysisType (const NXString &solverTypeName, const NXString &analysisTypeName) |
Sets solver and analysis type assoicated with the Cae part. | |
NXOpen::CAE::SketchCurvesCollection * | SketchCurves () |
Returns the Sketch Curves collection belonging to the part Created in NX7.5.0. |
Represents an NX part of type .afm.
Use the PartCollection class to load or create a part.
Created in NX6.0.0.
Returns the femodel CAE::BaseFEModel assoicated with the part.
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Returns the full pathname of the associated cad part.
Created in NX7.5.4.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::BaseFemPart::GetSolverAndAnalysisType | ( | NXString * | solverTypeName, |
NXString * | analysisTypeName | ||
) |
Gets solver and analysis type assoicated with the Cae part.
Created in NX6.0.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
solverTypeName | the name of the solver. Refer to NX help for more information |
analysisTypeName | the name of the analysis type. Refer to NX help for more information |
void NXOpen::CAE::BaseFemPart::SetSolverAndAnalysisType | ( | const NXString & | solverTypeName, |
const NXString & | analysisTypeName | ||
) |
Sets solver and analysis type assoicated with the Cae part.
Created in NX6.0.2.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
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. |
analysisTypeName | 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. |
Returns the Sketch Curves collection belonging to the part
Created in NX7.5.0.