NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAE::BaseFemPart Class Reference

Represents an NX part of type .afm. More...

Inheritance diagram for NXOpen::CAE::BaseFemPart:
NXOpen::CAE::CaePart NXOpen::BasePart NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject NXOpen::CAE::AssyFemPart NXOpen::CAE::FemPart

List of all members.

Public Member Functions

NXOpen::CAE::BaseFEModelBaseFEModel ()
 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::SketchCurvesCollectionSketchCurves ()
 Returns the Sketch Curves collection belonging to the part
Created in NX7.5.0.

Detailed Description

Represents an NX part of type .afm.


Use the PartCollection class to load or create a part.

Created in NX6.0.0.


Member Function Documentation

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")

Parameters:
solverTypeNamethe name of the solver. Refer to NX help for more information
analysisTypeNamethe 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")

Parameters:
solverTypeNamethe name of the solver. Refer to NX help for more information
NOTE: The full Unicode character set is not supported for this parameter.
analysisTypeNamethe 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.



The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.