NX Open C++ Reference Guide
|
Represents a CAE::ResponseSimulation::VelocityImpactDirection. More...
Public Types | |
enum | DirectionType { DirectionTypeNodalComponent, DirectionTypeUserDefined } |
the direction options for impact More... | |
enum | NodalComponentType { NodalComponentTypeDof1, NodalComponentTypeDof2, NodalComponentTypeDof3 } |
the types of nodal component More... | |
Public Member Functions | |
NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::DirectionType | DirectionOption () |
Returns the direction option Created in NX6.0.0. | |
NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::NodalComponentType | NodalComponent () |
Returns the selected nodal component Created in NX6.0.0. | |
bool | ReverseDirection () |
Returns the option to reverse direction of nodal component or not. | |
void | SetDirectionOption (NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::DirectionType mDirectionOption) |
Sets the direction option Created in NX6.0.0. | |
void | SetNodalComponent (NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::NodalComponentType nodalComponent) |
Sets the selected nodal component Created in NX6.0.0. | |
void | SetReverseDirection (bool reverseDirection) |
Sets the option to reverse direction of nodal component or not. | |
void | SetUserDefinedDirection (NXOpen::Direction *userDefinedDirection) |
Sets the user-defined direction Created in NX6.0.0. | |
NXOpen::Direction * | UserDefinedDirection () |
Returns the user-defined direction Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAE::ResponseSimulation::VelocityImpactDirection.
Created in NX6.0.0.
NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::DirectionType NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::DirectionOption | ( | ) |
Returns the direction option
Created in NX6.0.0.
License requirements : None
NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::NodalComponentType NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::NodalComponent | ( | ) |
Returns the selected nodal component
Created in NX6.0.0.
License requirements : None
bool NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::ReverseDirection | ( | ) |
Returns the option to reverse direction of nodal component or not.
Only valid when direction option is CAE::ResponseSimulation::VelocityImpactDirection::DirectionTypeNodalComponent
Created in NX6.0.0.
License requirements : None
void NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::SetDirectionOption | ( | NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::DirectionType | mDirectionOption | ) |
Sets the direction option
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
mDirectionOption | mdirectionoption |
void NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::SetNodalComponent | ( | NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::NodalComponentType | nodalComponent | ) |
Sets the selected nodal component
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
nodalComponent | nodalcomponent |
void NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::SetReverseDirection | ( | bool | reverseDirection | ) |
Sets the option to reverse direction of nodal component or not.
Only valid when direction option is CAE::ResponseSimulation::VelocityImpactDirection::DirectionTypeNodalComponent
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
reverseDirection | reversedirection |
void NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::SetUserDefinedDirection | ( | NXOpen::Direction * | userDefinedDirection | ) |
Sets the user-defined direction
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
userDefinedDirection | userdefineddirection |
NXOpen::Direction* NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::UserDefinedDirection | ( | ) |
Returns the user-defined direction
Created in NX6.0.0.
License requirements : None
|
virtual |
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.