NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

Public Types

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

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe NXOpen.Motion.SelectLink ActionLink [get]
 Returns the action link More...
 
unsafe NXOpen.Expression ActionOffsetX [get]
 Returns the offset to be applied on X Axis, if Action Offset is used More...
 
unsafe NXOpen.Expression ActionOffsetY [get]
 Returns the offset to be applied on Y Axis, if Action Offset is used More...
 
unsafe NXOpen.Expression ActionOffsetZ [get]
 Returns the offset to be applied on Z Axis, if Action Offset is used More...
 
unsafe NXOpen.Point ActionPoint [get, set]
 Returns or sets 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 bool ApplyBaseOffset [get, set]
 Returns or sets the flag to specify whether Base Offset should be applied More...
 
unsafe NXOpen.Expression BaseOffsetX [get]
 Returns the offset to be applied on X Axis, if Base Offset is used More...
 
unsafe NXOpen.Expression BaseOffsetY [get]
 Returns the offset to be applied on Y Axis, if Base Offset is used More...
 
unsafe NXOpen.Expression BaseOffsetZ [get]
 Returns the offset to be applied on Z Axis, if Base Offset is used 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 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.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.NXMatrix Orientation [get, set]
 Returns or sets the matrix of bushing More...
 
unsafe
NXOpen.Motion.BushingDefine.OrientationTypes 
OrientationType [get, set]
 Returns or sets the orientation type of bushing More...
 
unsafe NXOpen.Motion.SelectLink ReactionLink [get]
 Returns the reaction link More...
 
unsafe NXOpen.Point ReactionPoint [get, set]
 Returns or sets the reaction point 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 ( )

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 link

Created in NX6.0.0

License requirements: None.

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.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.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.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.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 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.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.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.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.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 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

Created in NX6.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.NXMatrix NXOpen.Motion.BushingDefine.Orientation
getset

Returns or sets the matrix of bushing

Created in NX6.0.0

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

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.SelectLink NXOpen.Motion.BushingDefine.ReactionLink
get

Returns the reaction link

Created in NX6.0.0

License requirements: None.

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


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