NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::ResponseSimulation::VelocityImpactDirection Class Reference

Represents a NXOpen::CAE::ResponseSimulation::VelocityImpactDirection. More...

Inheritance diagram for NXOpen::CAE::ResponseSimulation::VelocityImpactDirection:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::NodalComponentType NodalComponent ()
 Returns the selected nodal component
Created in NX6.0.0. More...
 
bool ReverseDirection ()
 Returns the option to reverse direction of nodal component or not. More...
 
void SetDirectionOption (NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::DirectionType mDirectionOption)
 Sets the direction option
Created in NX6.0.0. More...
 
void SetNodalComponent (NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::NodalComponentType nodalComponent)
 Sets the selected nodal component
Created in NX6.0.0. More...
 
void SetReverseDirection (bool reverseDirection)
 Sets the option to reverse direction of nodal component or not. More...
 
void SetUserDefinedDirection (NXOpen::Direction *userDefinedDirection)
 Sets the user-defined direction
Created in NX6.0.0. More...
 
NXOpen::DirectionUserDefinedDirection ()
 Returns the user-defined direction
Created in NX6.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAE::ResponseSimulation::VelocityImpactDirection.


Created in NX6.0.0.

Member Enumeration Documentation

the direction options for impact

Enumerator
DirectionTypeNodalComponent 

nodal component

DirectionTypeUserDefined 

user defined

the types of nodal component

Enumerator
NodalComponentTypeDof1 

dof1

NodalComponentTypeDof2 

dof2

NodalComponentTypeDof3 

dof3

Member Function Documentation

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 NXOpen::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")

Parameters
mDirectionOptionmdirectionoption
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")

Parameters
nodalComponentnodalcomponent
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 NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::DirectionTypeNodalComponent
Created in NX6.0.0.

License requirements : nx_response_anlys ("NX Response Analysis")

Parameters
reverseDirectionreversedirection
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")

Parameters
userDefinedDirectionuserdefineddirection
NXOpen::Direction* NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::UserDefinedDirection ( )

Returns the user-defined direction
Created in NX6.0.0.



License requirements : None

virtual bool NXOpen::CAE::ResponseSimulation::VelocityImpactDirection::Validate ( )
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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.