LaminateDynamicEventBuilder Class¶
-
class
NXOpen.CAE.LaminateDynamicEventBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAE.LaminateDynamicEventbuilderThis is an abstract class.
New in version NX10.0.0.
Properties¶
| Property | Description |
|---|---|
| DynamicEventName | Returns or sets the event name |
| ExcitationCsys | Returns or sets the excitation coordinate system |
| ExcitationSelectedAxis | Returns or sets the excitation axis |
| LowerBoundFrequency | Returns or sets the lower bound freq |
| NastranBasicCsys | Returns or sets the nastran basic |
| ReferenceType | Returns or sets the reference type |
| Tag | Returns the Tag for this object. |
| UpperBoundFrequency | Returns or sets the upper bound freq |
| UserFunction | Returns or sets the function. |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetObject | Returns the object currently being edited by this builder. |
| GetOutputRequestObject | Get the output request. |
| SetOutputRequestObject | Set the output request. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| LaminateDynamicEventBuilderExcitationSelectedAxisEnum Enumeration | The excitation axis enum. |
| LaminateDynamicEventBuilderReferenceTypeEnum Enumeration | The reference enum. |
Property Detail¶
DynamicEventName¶
-
LaminateDynamicEventBuilder.DynamicEventName¶ Returns or sets the event name
-------------------------------------Getter Method
Signature
DynamicEventNameReturns: Return type: str New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DynamicEventNameParameters: dynamicEventName (str) – New in version NX10.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
ExcitationCsys¶
-
LaminateDynamicEventBuilder.ExcitationCsys¶ Returns or sets the excitation coordinate system
-------------------------------------Getter Method
Signature
ExcitationCsysReturns: Return type: NXOpen.CoordinateSystemNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ExcitationCsysParameters: excitationCsys ( NXOpen.CoordinateSystem) –New in version NX10.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
ExcitationSelectedAxis¶
-
LaminateDynamicEventBuilder.ExcitationSelectedAxis¶ Returns or sets the excitation axis
-------------------------------------Getter Method
Signature
ExcitationSelectedAxisReturns: Return type: NXOpen.CAE.LaminateDynamicEventBuilderExcitationSelectedAxisEnumNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ExcitationSelectedAxisParameters: excitationSelectedAxis ( NXOpen.CAE.LaminateDynamicEventBuilderExcitationSelectedAxisEnum) –New in version NX10.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
LowerBoundFrequency¶
-
LaminateDynamicEventBuilder.LowerBoundFrequency¶ Returns or sets the lower bound freq
-------------------------------------Getter Method
Signature
LowerBoundFrequencyReturns: Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LowerBoundFrequencyParameters: lowerBoundFrequency (float) – New in version NX10.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
NastranBasicCsys¶
-
LaminateDynamicEventBuilder.NastranBasicCsys¶ Returns or sets the nastran basic
-------------------------------------Getter Method
Signature
NastranBasicCsysReturns: Return type: bool New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NastranBasicCsysParameters: nastranBasicCsys (bool) – New in version NX10.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
ReferenceType¶
-
LaminateDynamicEventBuilder.ReferenceType¶ Returns or sets the reference type
-------------------------------------Getter Method
Signature
ReferenceTypeReturns: Return type: NXOpen.CAE.LaminateDynamicEventBuilderReferenceTypeEnumNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceTypeParameters: referenceType ( NXOpen.CAE.LaminateDynamicEventBuilderReferenceTypeEnum) –New in version NX10.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
UpperBoundFrequency¶
-
LaminateDynamicEventBuilder.UpperBoundFrequency¶ Returns or sets the upper bound freq
-------------------------------------Getter Method
Signature
UpperBoundFrequencyReturns: Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UpperBoundFrequencyParameters: upperBoundFrequency (float) – New in version NX10.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
UserFunction¶
-
LaminateDynamicEventBuilder.UserFunction¶ Returns or sets the function.
-------------------------------------Getter Method
Signature
UserFunctionReturns: Return type: NXOpen.TaggedObjectNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UserFunctionParameters: userFunction ( NXOpen.TaggedObject) –New in version NX10.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
Method Detail¶
GetOutputRequestObject¶
-
LaminateDynamicEventBuilder.GetOutputRequestObject¶ Get the output request.
Signature
GetOutputRequestObject()Returns: Return type: NXOpen.CAE.ModelingObjectPropertyTableNew in version NX10.0.0.
License requirements: None.
SetOutputRequestObject¶
-
LaminateDynamicEventBuilder.SetOutputRequestObject¶ Set the output request.
Signature
SetOutputRequestObject(ssmo)Parameters: ssmo ( NXOpen.CAE.ModelingObjectPropertyTable) –New in version NX10.0.0.
License requirements: nx_lam_comp_adv (“Laminate Composites Advanced”)
Validate¶
-
LaminateDynamicEventBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.