AlternateFemRepresentationSource Class¶
-
class
NXOpen.CAE.AlternateFemRepresentationSource¶ Bases:
NXOpen.TaggedObjectThis is the class representing a Alternate Fem Representation Source.
Not support KF.
New in version NX12.0.0.
Methods¶
| Method | Description |
|---|---|
| ForceUpdate | Force update of the Alternate Fem Representation Source |
| Rename | Set the name of the Alternate Fem Representation Source |
Enumerations¶
| AlternateFemRepresentationSourceCreateMeshMode Enumeration | Create mesh options |
Method Detail¶
ForceUpdate¶
-
AlternateFemRepresentationSource.ForceUpdate¶ Force update of the Alternate Fem Representation Source
Signature
ForceUpdate()New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
Rename¶
-
AlternateFemRepresentationSource.Rename¶ Set the name of the Alternate Fem Representation Source
Signature
Rename(name)Parameters: name (str) – Name of the Alternate Fem Representation Source. New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)