NX Open C++ Reference Guide
|
Represents the abstract class of nodal function excitation
This is an abstract class, and cannot be created.
More...
Public Types | |
enum | Type { TypeNodalForce, TypeEnforcedMotion } |
the subtype of nodal function excitation More... | |
![]() | |
enum | Component { ComponentDistributedLoad = -1, ComponentX, ComponentY, ComponentZ, ComponentRx, ComponentRy, ComponentRz, ComponentUserDefined } |
Represents the component type. More... | |
![]() | |
enum | AttributeType { AttributeTypeInvalid, AttributeTypeNull, AttributeTypeBoolean, AttributeTypeInteger, AttributeTypeReal, AttributeTypeString, AttributeTypeTime, AttributeTypeReference, AttributeTypeAny = 100 } |
Specifies attribute type. More... | |
enum | DateAndTimeFormat { DateAndTimeFormatNumeric, DateAndTimeFormatTextual } |
Specifies the format of the date and time attribute. More... | |
Additional Inherited Members | |
![]() | |
void | Destroy () |
Deletes a response simulation excitation Created in NX5.0.0. | |
NXString | ExcitationName () |
Returns the excitation name Created in NX5.0.0. | |
void | SetExcitationName (const NXString &excitationName) |
Sets the excitation name Created in NX5.0.0. | |
void | SetExcitationName (const char *excitationName) |
Sets the excitation name Created in NX5.0.0. | |
Represents the abstract class of nodal function excitation
This is an abstract class, and cannot be created.
Created in NX5.0.0.