NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAE::AssyFEModel Class Reference

This class represents an Assembly Finite Element Model. More...

Inheritance diagram for NXOpen::CAE::AssyFEModel:
NXOpen::CAE::BaseFEModel NXOpen::CAE::IHierarchicalFEModel NXOpen::CAE::IFEModel NXOpen::INXObject NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

Public Types

enum  MappedComponentRemovalType { MappedComponentRemovalTypeKeepAsUnmapped, MappedComponentRemovalTypeRemove }
 the unmap types More...
enum  RepositionType { RepositionTypeAlwaysReposition, RepositionTypeNeverReposition, RepositionTypePrompt }
 the reposition types More...

Public Member Functions

NXOpen::TaggedObjectFind (const NXString &journalIdentifier)
 Finds the NXObject with the given identifier as recorded in a journal.
virtual std::vector
< NXOpen::CAE::FEModelOccurrence * > 
GetChildren ()
 Returns the child components of this component.
bool GetFreezeOption ()
 Get freeze option.
NXOpen::CAE::AssyFEModel::MappedComponentRemovalType GetMappedComponentRemovalOption ()
 Get unmap update option.
NXOpen::CAE::AssyFEModel::RepositionType GetRepositionOption ()
 Get reposition update option.
NXOpen::CAE::FEModelOccurrenceMapFemToAssemblyComponent (NXOpen::CAE::BaseFemPart *femPart, NXOpen::Assemblies::Component *cadPartOcc, bool workLayer)
 Map a fem part to an assembly component in an assembly fem.
virtual NXOpen::CAE::IFEModelParent ()
 Returns the parent fem of this object, can be NULL
Created in NX6.0.0.
void RemoveFemMappedToAssemblyComponent (NXOpen::Assemblies::Component *cadPartOcc)
 Remove fem component mapped to assembly component in an assembly fem.
void SetFreezeOption (bool freezeOption)
 Sets freeze option.
void SetMappedComponentRemovalOption (NXOpen::CAE::AssyFEModel::MappedComponentRemovalType remOption)
 Sets unmap update option.
void SetRepositionOption (NXOpen::CAE::AssyFEModel::RepositionType reposOption)
 Sets reposition update option.
void UnmapFemFromAssemblyComponent (NXOpen::Assemblies::Component *cadPartOcc)
 Unmap a fem part from an assembly component in an assembly fem.

Detailed Description

This class represents an Assembly Finite Element Model.

This class will act as the gateway to the Finite Element Nodes (CAE::FENode ) and Elements (CAE::FEElement ) in the model. Only one instance of this class will exist in each assyfem part file


Member Enumeration Documentation

the unmap types

Enumerator:
MappedComponentRemovalTypeKeepAsUnmapped 

keep unmapped

MappedComponentRemovalTypeRemove 

remove

the reposition types

Enumerator:
RepositionTypeAlwaysReposition 

always reposition

RepositionTypeNeverReposition 

never reposition

RepositionTypePrompt 

prompt


Member Function Documentation

Finds the NXObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Returns:

Created in NX6.0.0.

License requirements : None
Parameters:
journalIdentifierJournal identifier of the object

Returns the child components of this component.

Returns:

Created in NX6.0.0.

License requirements : None

Implements NXOpen::CAE::IHierarchicalFEModel.

Get freeze option.

Returns:
freeze option
Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Get unmap update option.

Returns:
removal option
Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Get reposition update option.

Returns:
reposition option
Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Map a fem part to an assembly component in an assembly fem.

Returns:
fem occurrence
Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
Parameters:
femPartbase fem part
cadPartOcccomponent in an assembly
workLayertrue = Work layer or false = Original fem layer

Returns the parent fem of this object, can be NULL
Created in NX6.0.0.



License requirements : None

Implements NXOpen::CAE::IHierarchicalFEModel.

Remove fem component mapped to assembly component in an assembly fem.


Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
cadPartOcccomponent in an assembly
void NXOpen::CAE::AssyFEModel::SetFreezeOption ( bool  freezeOption)

Sets freeze option.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
freezeOptionfreeze option

Sets unmap update option.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
remOptionremoval option

Sets reposition update option.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
reposOptionreposition option

Unmap a fem part from an assembly component in an assembly fem.


Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
cadPartOcccomponent in an assembly

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