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

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

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

List of all members.

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::DirectionUserDefinedDirection ()
 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.

Detailed Description

Represents a 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

Returns the direction option
Created in NX6.0.0.



License requirements : None

Returns the selected nodal component
Created in NX6.0.0.



License requirements : None

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

Sets the direction option
Created in NX6.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters:
mDirectionOptionmdirectionoption

Sets the selected nodal component
Created in NX6.0.0.



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters:
nodalComponentnodalcomponent

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

Parameters:
reverseDirectionreversedirection

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



License requirements : nx_response_anlys ("NX Response Analysis")

Parameters:
userDefinedDirectionuserdefineddirection

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



License requirements : None

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.