NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Motion.BushingDefine Class Reference

Represents a Motion BushingDefine More...

Inheritance diagram for NXOpen.Motion.BushingDefine:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AngleCalculationOption { LargeAngle, SmallAngle }
 Defines the Angle Calculation option More...
 
enum  ForceCalculationOption { Abc, Standard, Bab }
 Defines the Force Calculation option More...
 
enum  OrientationTypes { Vector, Csys }
 Defines the orientation type of bushing More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Motion.SelectLink ActionLink [get]
 Returns the action motion body More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ActionLinkOvrCtrl [get, set]
 Returns or sets the override state of the action rigid body More...
 
unsafe NXOpen.Expression ActionOffsetX [get]
 Returns the offset to be applied on X Axis, if Action Offset is used More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ActionOffsetXOvrCtrl [get, set]
 Returns or sets the override state of the Action Offset X More...
 
unsafe NXOpen.Expression ActionOffsetY [get]
 Returns the offset to be applied on Y Axis, if Action Offset is used More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ActionOffsetYOvrCtrl [get, set]
 Returns or sets the override state of the Action Offset Y More...
 
unsafe NXOpen.Expression ActionOffsetZ [get]
 Returns the offset to be applied on Z Axis, if Action Offset is used More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ActionOffsetZOvrCtrl [get, set]
 Returns or sets the override state of the Action Offset Z More...
 
unsafe NXOpen.Point ActionPoint [get, set]
 Returns or sets the action point More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ActionPointOvrCtrl [get, set]
 Returns or sets the override state of the action point More...
 
unsafe
NXOpen.Motion.BushingDefine.AngleCalculationOption 
AngleCalculation [get, set]
 Returns or sets the angle calculation option More...
 
unsafe bool ApplyActionOffset [get, set]
 Returns or sets the flag to specify whether Action Offset should be applied More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ApplyActionOffsetOvrCtrl [get, set]
 Returns or sets the override state of the apply action offset toggle More...
 
unsafe bool ApplyBaseOffset [get, set]
 Returns or sets the flag to specify whether Base Offset should be applied More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ApplyBaseOffsetOvrCtrl [get, set]
 Returns or sets the override state of the apply base offset toggle More...
 
unsafe NXOpen.Expression BaseOffsetX [get]
 Returns the offset to be applied on X Axis, if Base Offset is used More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
BaseOffsetXOvrCtrl [get, set]
 Returns or sets the override state of the Base Offset X More...
 
unsafe NXOpen.Expression BaseOffsetY [get]
 Returns the offset to be applied on Y Axis, if Base Offset is used More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
BaseOffsetYOvrCtrl [get, set]
 Returns or sets the override state of the Base Offset Y More...
 
unsafe NXOpen.Expression BaseOffsetZ [get]
 Returns the offset to be applied on Z Axis, if Base Offset is used More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
BaseOffsetZOvrCtrl [get, set]
 Returns or sets the override state of the Base Offset Z More...
 
unsafe NXOpen.CoordinateSystem Csys [get, set]
 Returns or sets the csys of bushing, the coordinate system of action and reaction are same each other More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
CsysOvrCtrl [get, set]
 Returns or sets the override state of the coordinate system More...
 
unsafe bool Dipole [get, set]
 Returns or sets the dipole option More...
 
unsafe NXOpen.Direction Direction [get, set]
 Returns or sets the direction More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
DirectionOvrCtrl [get, set]
 Returns or sets the override state of the direction More...
 
unsafe
NXOpen.Motion.BushingDefine.ForceCalculationOption 
ForceCalculation [get, set]
 Returns or sets the force calculation option More...
 
unsafe string Name [get, set]
 Returns or sets the name More...
 
unsafe
NXOpen.Motion.BushingDefine.OrientationTypes 
OrientationType [get, set]
 Returns or sets the orientation type of bushing More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
OrientationTypeOvrCtrl [get, set]
 Returns or sets the override state of the orientation type More...
 
unsafe NXOpen.Motion.SelectLink ReactionLink [get]
 Returns the reaction motion body More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ReactionLinkOvrCtrl [get, set]
 Returns or sets the override state of the reaction rigid body More...
 
unsafe NXOpen.Point ReactionPoint [get, set]
 Returns or sets the reaction point More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ReactionPointOvrCtrl [get, set]
 Returns or sets the override state of the reaction point More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a Motion BushingDefine

Created in NX6.0.0

Member Enumeration Documentation

Defines the Angle Calculation option

Enumerator
LargeAngle 

Large Angle

SmallAngle 

Small Angle

Defines the Force Calculation option

Enumerator
Abc 

ABC

Standard 

Standard

Bab 

BAB

Defines the orientation type of bushing

Enumerator
Vector 

Vector orientation type

Csys 

CSYS orientation type

Member Function Documentation

unsafe bool NXOpen.Motion.BushingDefine.Validate ( )
inline

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.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Motion.SelectLink NXOpen.Motion.BushingDefine.ActionLink
get

Returns the action motion body

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.ActionLinkOvrCtrl
getset

Returns or sets the override state of the action rigid body

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.BushingDefine.ActionOffsetX
get

Returns the offset to be applied on X Axis, if Action Offset is used

Created in NX12.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.ActionOffsetXOvrCtrl
getset

Returns or sets the override state of the Action Offset X

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.BushingDefine.ActionOffsetY
get

Returns the offset to be applied on Y Axis, if Action Offset is used

Created in NX12.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.ActionOffsetYOvrCtrl
getset

Returns or sets the override state of the Action Offset Y

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.BushingDefine.ActionOffsetZ
get

Returns the offset to be applied on Z Axis, if Action Offset is used

Created in NX12.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.ActionOffsetZOvrCtrl
getset

Returns or sets the override state of the Action Offset Z

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Point NXOpen.Motion.BushingDefine.ActionPoint
getset

Returns or sets the action point

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.ActionPointOvrCtrl
getset

Returns or sets the override state of the action point

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.BushingDefine.AngleCalculationOption NXOpen.Motion.BushingDefine.AngleCalculation
getset

Returns or sets the angle calculation option

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe bool NXOpen.Motion.BushingDefine.ApplyActionOffset
getset

Returns or sets the flag to specify whether Action Offset should be applied

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.ApplyActionOffsetOvrCtrl
getset

Returns or sets the override state of the apply action offset toggle

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe bool NXOpen.Motion.BushingDefine.ApplyBaseOffset
getset

Returns or sets the flag to specify whether Base Offset should be applied

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.ApplyBaseOffsetOvrCtrl
getset

Returns or sets the override state of the apply base offset toggle

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.BushingDefine.BaseOffsetX
get

Returns the offset to be applied on X Axis, if Base Offset is used

Created in NX12.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.BaseOffsetXOvrCtrl
getset

Returns or sets the override state of the Base Offset X

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.BushingDefine.BaseOffsetY
get

Returns the offset to be applied on Y Axis, if Base Offset is used

Created in NX12.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.BaseOffsetYOvrCtrl
getset

Returns or sets the override state of the Base Offset Y

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.BushingDefine.BaseOffsetZ
get

Returns the offset to be applied on Z Axis, if Base Offset is used

Created in NX12.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.BaseOffsetZOvrCtrl
getset

Returns or sets the override state of the Base Offset Z

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.CoordinateSystem NXOpen.Motion.BushingDefine.Csys
getset

Returns or sets the csys of bushing, the coordinate system of action and reaction are same each other

Created in NX6.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.CsysOvrCtrl
getset

Returns or sets the override state of the coordinate system

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe bool NXOpen.Motion.BushingDefine.Dipole
getset

Returns or sets the dipole option

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Direction NXOpen.Motion.BushingDefine.Direction
getset

Returns or sets the direction

It should only be used when Bushing type is Motion.BushingBuilder.BushingTypes.Cylindrical

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.DirectionOvrCtrl
getset

Returns or sets the override state of the direction

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.BushingDefine.ForceCalculationOption NXOpen.Motion.BushingDefine.ForceCalculation
getset

Returns or sets the force calculation option

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe string NXOpen.Motion.BushingDefine.Name
getset

Returns or sets the name

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.BushingDefine.OrientationTypes NXOpen.Motion.BushingDefine.OrientationType
getset

Returns or sets the orientation type of bushing

Created in NX8.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.OrientationTypeOvrCtrl
getset

Returns or sets the override state of the orientation type

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.SelectLink NXOpen.Motion.BushingDefine.ReactionLink
get

Returns the reaction motion body

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.ReactionLinkOvrCtrl
getset

Returns or sets the override state of the reaction rigid body

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Point NXOpen.Motion.BushingDefine.ReactionPoint
getset

Returns or sets the reaction point

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.BushingDefine.ReactionPointOvrCtrl
getset

Returns or sets the override state of the reaction point

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")


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