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

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

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

List of all members.

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::PartMasterCadPart ()
 Returns the master cad part associated with the assembly fem part.

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

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

Parameters:
cadPartthe cad part to be associated with the fem part
solverTypeNamethe name of the solver. Refer to NX help for more information
NOTE: The full Unicode character set is not supported for this parameter.
analysisTypeTypethe name of the analysis type. Refer to NX help for more information
NOTE: The full Unicode character set is not supported for this parameter.
descriptiondescription
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")


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