DDAMComponentData Class¶
-
class
NXOpen.CAE.ResponseSimulation.DDAMComponentData¶ Bases:
NXOpen.TaggedObjectRepresents an excitation on one specified direction.
New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| LoadingTypeOption | Returns or sets the option of loading type |
| ResponseTypeOption | Returns or sets the option of response type |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| GetComponentType | Returns the component type |
| GetEnable | Returns the enable option |
Enumerations¶
| DDAMComponentDataLoadingType Enumeration | Specifies the loading type |
| DDAMComponentDataResponseType Enumeration | Specifies the response type |
Property Detail¶
LoadingTypeOption¶
-
DDAMComponentData.LoadingTypeOption¶ Returns or sets the option of loading type
-------------------------------------Getter Method
Signature
LoadingTypeOptionReturns: Return type: NXOpen.CAE.ResponseSimulation.DDAMComponentDataLoadingTypeNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
LoadingTypeOptionParameters: loadingType ( NXOpen.CAE.ResponseSimulation.DDAMComponentDataLoadingType) –New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
ResponseTypeOption¶
-
DDAMComponentData.ResponseTypeOption¶ Returns or sets the option of response type
-------------------------------------Getter Method
Signature
ResponseTypeOptionReturns: Return type: NXOpen.CAE.ResponseSimulation.DDAMComponentDataResponseTypeNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
ResponseTypeOptionParameters: responseType ( NXOpen.CAE.ResponseSimulation.DDAMComponentDataResponseType) –New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
Method Detail¶
GetComponentType¶
-
DDAMComponentData.GetComponentType¶ Returns the component type
Signature
GetComponentType()Returns: Return type: NXOpen.CAE.ResponseSimulation.ExcitationComponentNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)