SimLoadRecipeMapping Class¶
-
class
NXOpen.CAE.SimLoadRecipeMapping¶ Bases:
NXOpen.TaggedObjectThis 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
LoadTypeReturns: 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
OrientationTypeReturns: Return type: NXOpen.CAE.SimLoadRecipeMappingOrientationTypesNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OrientationTypeParameters: 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
EntriesNew in version NX10.0.0.
Returns: Return type: NXOpen.CAE.SimLoadRecipeMapEntryCollection