SimLoadRecipeMapping Class

class NXOpen.CAE.SimLoadRecipeMapping

Bases: NXOpen.TaggedObject

This is the class handling the mapping of a certain load type of a load recipe.

Mappings are unique for each load type, thus one cannot be created

New in version NX10.0.0.

Properties

Property Description
LoadType Returns the load type of a NXOpen.CAE.SimLoadRecipeMapping.
OrientationType Returns or sets the orientation type of a NXOpen.CAE.SimLoadRecipeMapping.
Tag Returns the Tag for this object.
Entries Returns the NXOpen.CAE.SimLoadRecipeMapEntryCollection.

Methods

Enumerations

SimLoadRecipeMappingOrientationTypes Enumeration How the orientation of loads is mapped

Property Detail

LoadType

SimLoadRecipeMapping.LoadType

Returns the load type of a NXOpen.CAE.SimLoadRecipeMapping.

-------------------------------------

Getter Method

Signature LoadType

Returns:
Return type:str

New in version NX10.0.0.

License requirements: None.

OrientationType

SimLoadRecipeMapping.OrientationType

Returns or sets the orientation type of a NXOpen.CAE.SimLoadRecipeMapping.

-------------------------------------

Getter Method

Signature OrientationType

Returns:
Return type:NXOpen.CAE.SimLoadRecipeMappingOrientationTypes

New in version NX10.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature OrientationType

Parameters:orientationType (NXOpen.CAE.SimLoadRecipeMappingOrientationTypes) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Entries

SimLoadRecipeMapping.Entries

Returns the NXOpen.CAE.SimLoadRecipeMapEntryCollection.

Signature Entries

New in version NX10.0.0.

Returns:
Return type:NXOpen.CAE.SimLoadRecipeMapEntryCollection