NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Motion::JointFrictionAdams Class Reference

Represents a adams joint friction object
Created in NX5.0.0. More...

Inheritance diagram for NXOpen::Motion::JointFrictionAdams:
NXOpen::TaggedObject

List of all members.

Public Types

enum  FrictionEffect { FrictionEffectAll, FrictionEffectStiction, FrictionEffectSliding }
 Joint friction effect. More...
enum  FrictionOverlapDelta { FrictionOverlapDeltaConstant, FrictionOverlapDeltaIncrease, FrictionOverlapDeltaDecrease }
 Joint friction overlap_delta. More...
enum  FrictionYokeType { FrictionYokeTypeI, FrictionYokeTypeJ }
 Joint friction yoke type. More...

Public Member Functions

double BallRadius ()
 Returns the ball radius

NXOpen::ExpressionBallRadiusExpression ()
 Returns the ball radius expression
Created in NX8.0.0.
double BendingArm ()
 Returns the bending arm

NXOpen::ExpressionBendingArmExpression ()
 Returns the bending arm expression
Created in NX8.0.0.
bool BendMoment ()
 Returns the bend moment
Created in NX5.0.0.
NXOpen::Motion::JointFrictionAdams::FrictionEffect Effect ()
 Returns the effect
Created in NX5.0.0.
double ForcePreload ()
 Returns the force preload

NXOpen::ExpressionForcePreloadExpression ()
 Returns the force preload expression
Created in NX8.0.0.
double FrictionArm ()
 Returns the friction arm

NXOpen::ExpressionFrictionArmExpression ()
 Returns the friction arm expression
Created in NX8.0.0.
double InitialOverlap ()
 Returns the initial overlap

NXOpen::ExpressionInitialOverlapExpression ()
 Returns the initial overlap expression
Created in NX8.0.0.
double MaxStictionDeformation ()
 Returns the max stiction deformation

NXOpen::ExpressionMaxStictionDeformationExpression ()
 Returns the max stiction deformation expression
Created in NX8.0.0.
double MuDynamic ()
 Returns the mu dynamic

NXOpen::ExpressionMuDynamicExpression ()
 Returns the mu dynamic expression
Created in NX8.0.0.
double MuStatic ()
 Returns the mu static

NXOpen::ExpressionMuStaticExpression ()
 Returns the mu static expression
Created in NX8.0.0.
NXOpen::Motion::JointFrictionAdams::FrictionOverlapDelta OverlapDelta ()
 Returns the overlap delta
Created in NX5.0.0.
double PinRadius ()
 Returns the pin radius

NXOpen::ExpressionPinRadiusExpression ()
 Returns the pin radius expression
Created in NX8.0.0.
bool Preload ()
 Returns the preload
Created in NX5.0.0.
double ReactionArm ()
 Returns the reaction arm

NXOpen::ExpressionReactionArmExpression ()
 Returns the reaction arm expression
Created in NX8.0.0.
bool ReactionForce ()
 Returns the reaction force
Created in NX5.0.0.
void SetBallRadius (double ballRadius)
 Sets the ball radius

void SetBendingArm (double bendingArm)
 Sets the bending arm

void SetBendMoment (bool bendMoment)
 Sets the bend moment
Created in NX5.0.0.
void SetEffect (NXOpen::Motion::JointFrictionAdams::FrictionEffect effect)
 Sets the effect
Created in NX5.0.0.
void SetForcePreload (double forcePreload)
 Sets the force preload

void SetFrictionArm (double frictionArm)
 Sets the friction arm

void SetInitialOverlap (double initialOverlap)
 Sets the initial overlap

void SetMaxStictionDeformation (double maxStictionDeformation)
 Sets the max stiction deformation

void SetMuDynamic (double muDynamic)
 Sets the mu dynamic

void SetMuStatic (double muStatic)
 Sets the mu static

void SetOverlapDelta (NXOpen::Motion::JointFrictionAdams::FrictionOverlapDelta overlapDelta)
 Sets the overlap delta
Created in NX5.0.0.
void SetPinRadius (double pinRadius)
 Sets the pin radius

void SetPreload (bool preload)
 Sets the preload
Created in NX5.0.0.
void SetReactionArm (double reactionArm)
 Sets the reaction arm

void SetReactionForce (bool reactionForce)
 Sets the reaction force
Created in NX5.0.0.
void SetStaticEqu (bool staticEqu)
 Sets the static equ
Created in NX5.0.0.
void SetStictionTransitionVelocity (double stictionTransitionVelocity)
 Sets the stiction transition velocity

void SetTorquePreload (double torquePreload)
 Sets the torque preload

void SetTorsionalMoment (bool torsionalMoment)
 Sets the torsional moment
Created in NX5.0.0.
void SetYokeType (NXOpen::Motion::JointFrictionAdams::FrictionYokeType yokeType)
 Sets the yoke type
Created in NX5.0.0.
bool StaticEqu ()
 Returns the static equ
Created in NX5.0.0.
double StictionTransitionVelocity ()
 Returns the stiction transition velocity

NXOpen::ExpressionStictionTransitionVelocityExpression ()
 Returns the stiction transition velocity expression
Created in NX8.0.0.
double TorquePreload ()
 Returns the torque preload

NXOpen::ExpressionTorquePreloadExpression ()
 Returns the torque preload expression
Created in NX8.0.0.
bool TorsionalMoment ()
 Returns the torsional moment
Created in NX5.0.0.
NXOpen::Motion::JointFrictionAdams::FrictionYokeType YokeType ()
 Returns the yoke type
Created in NX5.0.0.

Detailed Description

Represents a adams joint friction object
Created in NX5.0.0.



Member Enumeration Documentation

Joint friction effect.

Enumerator:
FrictionEffectAll 

all

FrictionEffectStiction 

stiction

FrictionEffectSliding 

sliding

Joint friction overlap_delta.

Enumerator:
FrictionOverlapDeltaConstant 

constant

FrictionOverlapDeltaIncrease 

increase

FrictionOverlapDeltaDecrease 

decrease

Joint friction yoke type.

Enumerator:
FrictionYokeTypeI 

i

FrictionYokeTypeJ 

j


Member Function Documentation

Returns the ball radius

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the ball radius expression
Created in NX8.0.0.



License requirements : None

Returns the bending arm

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the bending arm expression
Created in NX8.0.0.



License requirements : None

Returns the bend moment
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Returns the effect
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Returns the force preload

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the force preload expression
Created in NX8.0.0.



License requirements : None

Returns the friction arm

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the friction arm expression
Created in NX8.0.0.



License requirements : None

Returns the initial overlap

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the initial overlap expression
Created in NX8.0.0.



License requirements : None

Returns the max stiction deformation

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the max stiction deformation expression
Created in NX8.0.0.



License requirements : None

Returns the mu dynamic

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the mu dynamic expression
Created in NX8.0.0.



License requirements : None

Returns the mu static

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the mu static expression
Created in NX8.0.0.



License requirements : None

Returns the overlap delta
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Returns the pin radius

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the pin radius expression
Created in NX8.0.0.



License requirements : None

Returns the preload
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Returns the reaction arm

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the reaction arm expression
Created in NX8.0.0.



License requirements : None

Returns the reaction force
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Sets the ball radius

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
ballRadiusball radius

Sets the bending arm

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
bendingArmbending arm

Sets the bend moment
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
bendMomentbend moment

Sets the effect
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
effecteffect

Sets the force preload

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
forcePreloadforce preload

Sets the friction arm

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
frictionArmfriction arm

Sets the initial overlap

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
initialOverlapinitial overlap
void NXOpen::Motion::JointFrictionAdams::SetMaxStictionDeformation ( double  maxStictionDeformation)

Sets the max stiction deformation

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
maxStictionDeformationmax stiction deformation

Sets the mu dynamic

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
muDynamicmu dynamic

Sets the mu static

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
muStaticmu static

Sets the overlap delta
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
overlapDeltaoverlap delta

Sets the pin radius

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
pinRadiuspin radius

Sets the preload
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
preloadpreload

Sets the reaction arm

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
reactionArmreaction arm

Sets the reaction force
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
reactionForcereaction force

Sets the static equ
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
staticEqustatic equ
void NXOpen::Motion::JointFrictionAdams::SetStictionTransitionVelocity ( double  stictionTransitionVelocity)

Sets the stiction transition velocity

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
stictionTransitionVelocitystiction transition velocity

Sets the torque preload

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters:
torquePreloadtorque preload

Sets the torsional moment
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
torsionalMomenttorsional moment

Sets the yoke type
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Parameters:
yokeTypeyoke type

Returns the static equ
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Returns the stiction transition velocity

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the stiction transition velocity expression
Created in NX8.0.0.



License requirements : None

Returns the torque preload

Deprecated:
Deprecated in NX8.0.0.



Created in NX5.0.0.

License requirements : mechanisms ("MECHANISMS")

Returns the torque preload expression
Created in NX8.0.0.



License requirements : None

Returns the torsional moment
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")

Returns the yoke type
Created in NX5.0.0.



License requirements : mechanisms ("MECHANISMS")


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