Properties

Property Description
Color Returns or sets the color of the object.
Csys Returns or sets the csys
CsysType Returns or sets the csys type
IsBlanked Returns the blank status of this object.
IsOccurrence Returns whether this object is an occurrence or not.
JournalIdentifier Returns the identifier that would be recorded in a journal for this object.
Layer Returns or sets the layer that the object is in.
LineFont Returns or sets the line font of the object.
LineWidth Returns or sets the line width of the object.
Name Returns the custom name of the object.
NameLocation Returns the location of the object’s name.
OwningComponent Returns the owning component, if this object is an occurrence.
OwningPart Returns the owning part of this object
PairingMethod Returns or sets the pairing method of targets
Prototype Returns the prototype of this object if it is an occurrence.
RxStiffnessConstant Returns the RX stiffness constant
RxStiffnessDynamic Returns or sets the RX stiffness dynamic
RxStructuralDampingConstant Returns the RX structural damping constant
RxStructuralDampingDynamic Returns or sets the RX structural damping dynamic
RxViscousDampingConstant Returns the RX viscous damping constant
RxViscousDampingDynamic Returns or sets the RX viscous damping dynamic
RyStiffnessConstant Returns the RY stiffness constant
RyStiffnessDynamic Returns or sets the RY stiffness dynamic
RyStructuralDampingConstant Returns the RY structural damping constant
RyStructuralDampingDynamic Returns or sets the RY structural damping dynamic
RyViscousDampingConstant Returns the RY viscous damping constant
RyViscousDampingDynamic Returns or sets the RY viscous damping dynamic
RzStiffnessConstant Returns the RZ stiffness constant
RzStiffnessDynamic Returns or sets the RZ stiffness dynamic
RzStructuralDampingConstant Returns the RZ structural damping constant
RzStructuralDampingDynamic Returns or sets the RZ structural damping dynamic
RzViscousDampingConstant Returns the RZ viscous damping constant
RzViscousDampingDynamic Returns or sets the RZ viscous damping dynamic
SearchConeAngle Returns the search cone angle
SearchOrientation Returns or sets the pairing search orientation
SearchRange Returns the search range
Tag Returns the Tag for this object.
UserDescription Returns or sets the connection user description
XStiffnessConstant Returns the X stiffness constant
XStiffnessDynamic Returns or sets the X stiffness dynamic
XStructuralDampingConstant Returns the X structural damping constant
XStructuralDampingDynamic Returns or sets the X structural damping dynamic
XViscousDampingConstant Returns the X viscous damping constant
XViscousDampingDynamic Returns or sets the X viscous damping dynamic
YStiffnessConstant Returns the Y stiffness constant
YStiffnessDynamic Returns or sets the Y stiffness dynamic
YStructuralDampingConstant Returns the Y structural damping constant
YStructuralDampingDynamic Returns or sets the Y structural damping dynamic
YViscousDampingConstant Returns the Y viscous damping constant
YViscousDampingDynamic Returns or sets the Y viscous damping dynamic
ZStiffnessConstant Returns the Z stiffness constant
ZStiffnessDynamic Returns or sets the Z stiffness dynamic
ZStructuralDampingConstant Returns the Z structural damping constant
ZStructuralDampingDynamic Returns or sets the Z structural damping dynamic
ZViscousDampingConstant Returns the Z viscous damping constant
ZViscousDampingDynamic Returns or sets the Z viscous damping dynamic

Methods

Method Description
Blank Blanks the object.
CreateAttributeIterator Create an attribute iterator
DeleteAllAttributesByType Deletes all attributes of a specific type.
DeleteAttributeByTypeAndTitle Deletes an attribute by type and title.
DeleteUserAttribute Deletes the first attribute encountered with the given Type, Title.
DeleteUserAttributes Deletes the attributes on the object, if any, that satisfy the given iterator
FindObject Finds the NXOpen.NXObject with the given identifier as recorded in a journal.
GetAttributeTitlesByType Gets all the attribute titles of a specific type.
GetBooleanUserAttribute Gets a boolean attribute by Title and array Index.
GetComputationalTimeUserAttribute Gets a time attribute by Title and array Index.
GetIntegerAttribute Gets an integer attribute by title.
GetIntegerUserAttribute Gets an integer attribute by Title and array Index.
GetNextUserAttribute Gets the next attribute encountered on the object, if any, that satisfies the given iterator.
GetPdmReferenceAttributeValue Gets the value of PDM Reference attribute for given object.
GetRealAttribute Gets a real attribute by title.
GetRealUserAttribute Gets a real attribute by Title and array Index.
GetReferenceAttribute Gets the reference string (not the calculated value) of a string attribute that uses a reference string.
GetStringAttribute Gets a string attribute value by title.
GetStringUserAttribute Gets a string attribute by Title and array Index.
GetSupportedCsysTypes Gets supported csys types of connection.
GetTarget Get target
GetTimeAttribute Gets a time attribute by title.
GetTimeUserAttribute Gets a time attribute by Title and array Index.
GetUserAttribute Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index.
GetUserAttributeAsString Gets the first attribute encountered on the object, if any, with a given title, type and array index.
GetUserAttributeCount Gets the count of set attributes on the object, if any, that satisfy the given iterator.
GetUserAttributeLock Determine the lock of the given attribute.
GetUserAttributeSize Gets the size of the first attribute encountered on the object, if any, with a given Title and Type.
GetUserAttributeSourceObjects Returns an array of objects from which this object presents attributes.
GetUserAttributes Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator.
GetUserAttributesAsStrings Gets all the attributes that have been set on the given object.
HasUserAttribute Determines if an attribute exists on the object, that satisfies the given iterator
Highlight Highlights the object.
Print Prints a representation of this object to the system log file.
RedisplayObject Redisplays the object in all views.
RemoveViewDependency Remove dependency on all views from an object.
SetAttribute Creates or modifies an integer attribute.
SetBooleanUserAttribute Creates or modifies a boolean attribute with the option to update or not.
SetName Sets the custom name of the object.
SetNameLocation Sets the location of the object’s name.
SetPdmReferenceAttribute Sets the value of PDM Reference attribute on the object.
SetReferenceAttribute Creates or modifies a string attribute which uses a reference string.
SetTargetType Set the target type
SetTimeAttribute Creates or modifies a time attribute.
SetTimeUserAttribute Creates or modifies a time attribute with the option to update or not.
SetUserAttribute Creates or modifies an attribute with the option to update or not.
SetUserAttributeLock Lock or unlock the given attribute.
Unblank Unblanks the object.
Unhighlight Unhighlights the object.

Property Detail

Csys

Bushing.Csys

Returns or sets the csys

-------------------------------------

Getter Method

Signature Csys

Returns:
Return type:NXOpen.CoordinateSystem

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Csys

Parameters:csys (NXOpen.CoordinateSystem) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

CsysType

Bushing.CsysType

Returns or sets the csys type

-------------------------------------

Getter Method

Signature CsysType

Returns:
Return type:NXOpen.CAE.Connections.CsysType

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CsysType

Parameters:csysType (NXOpen.CAE.Connections.CsysType) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

IsOccurrence

Bushing.IsOccurrence

Returns whether this object is an occurrence or not.

-------------------------------------

Getter Method

Signature IsOccurrence

Returns:This object is an occurrence
Return type:bool

New in version NX3.0.0.

License requirements: None.

JournalIdentifier

Bushing.JournalIdentifier

Returns the identifier that would be recorded in a journal for this object.

This may not be the same across different releases of the software.

-------------------------------------

Getter Method

Signature JournalIdentifier

Returns:
Return type:str

New in version NX3.0.0.

License requirements: None.

Name

Bushing.Name

Returns the custom name of the object.

-------------------------------------

Getter Method

Signature Name

Returns:
Return type:str

New in version NX3.0.0.

License requirements: None.

OwningComponent

Bushing.OwningComponent

Returns the owning component, if this object is an occurrence.

-------------------------------------

Getter Method

Signature OwningComponent

Returns:
Return type:NXOpen.Assemblies.Component

New in version NX3.0.0.

License requirements: None.

OwningPart

Bushing.OwningPart

Returns the owning part of this object

-------------------------------------

Getter Method

Signature OwningPart

Returns:The owning part of this object or null if it does not have an owner
Return type:NXOpen.BasePart

New in version NX3.0.0.

License requirements: None.

PairingMethod

Bushing.PairingMethod

Returns or sets the pairing method of targets

-------------------------------------

Getter Method

Signature PairingMethod

Returns:
Return type:NXOpen.CAE.Connections.NodalPairingMethod

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PairingMethod

Parameters:method (NXOpen.CAE.Connections.NodalPairingMethod) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Prototype

Bushing.Prototype

Returns the prototype of this object if it is an occurrence.

-------------------------------------

Getter Method

Signature Prototype

Returns:The prototype of this object or null if this object is not an occurrence
Return type:NXOpen.INXObject

New in version NX3.0.0.

License requirements: None.

RxStiffnessConstant

Bushing.RxStiffnessConstant

Returns the RX stiffness constant

-------------------------------------

Getter Method

Signature RxStiffnessConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

RxStiffnessDynamic

Bushing.RxStiffnessDynamic

Returns or sets the RX stiffness dynamic

-------------------------------------

Getter Method

Signature RxStiffnessDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RxStiffnessDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

RxStructuralDampingConstant

Bushing.RxStructuralDampingConstant

Returns the RX structural damping constant

-------------------------------------

Getter Method

Signature RxStructuralDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

RxStructuralDampingDynamic

Bushing.RxStructuralDampingDynamic

Returns or sets the RX structural damping dynamic

-------------------------------------

Getter Method

Signature RxStructuralDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RxStructuralDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

RxViscousDampingConstant

Bushing.RxViscousDampingConstant

Returns the RX viscous damping constant

-------------------------------------

Getter Method

Signature RxViscousDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

RxViscousDampingDynamic

Bushing.RxViscousDampingDynamic

Returns or sets the RX viscous damping dynamic

-------------------------------------

Getter Method

Signature RxViscousDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RxViscousDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

RyStiffnessConstant

Bushing.RyStiffnessConstant

Returns the RY stiffness constant

-------------------------------------

Getter Method

Signature RyStiffnessConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

RyStiffnessDynamic

Bushing.RyStiffnessDynamic

Returns or sets the RY stiffness dynamic

-------------------------------------

Getter Method

Signature RyStiffnessDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RyStiffnessDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

RyStructuralDampingConstant

Bushing.RyStructuralDampingConstant

Returns the RY structural damping constant

-------------------------------------

Getter Method

Signature RyStructuralDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

RyStructuralDampingDynamic

Bushing.RyStructuralDampingDynamic

Returns or sets the RY structural damping dynamic

-------------------------------------

Getter Method

Signature RyStructuralDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RyStructuralDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

RyViscousDampingConstant

Bushing.RyViscousDampingConstant

Returns the RY viscous damping constant

-------------------------------------

Getter Method

Signature RyViscousDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

RyViscousDampingDynamic

Bushing.RyViscousDampingDynamic

Returns or sets the RY viscous damping dynamic

-------------------------------------

Getter Method

Signature RyViscousDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RyViscousDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

RzStiffnessConstant

Bushing.RzStiffnessConstant

Returns the RZ stiffness constant

-------------------------------------

Getter Method

Signature RzStiffnessConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

RzStiffnessDynamic

Bushing.RzStiffnessDynamic

Returns or sets the RZ stiffness dynamic

-------------------------------------

Getter Method

Signature RzStiffnessDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RzStiffnessDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

RzStructuralDampingConstant

Bushing.RzStructuralDampingConstant

Returns the RZ structural damping constant

-------------------------------------

Getter Method

Signature RzStructuralDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

RzStructuralDampingDynamic

Bushing.RzStructuralDampingDynamic

Returns or sets the RZ structural damping dynamic

-------------------------------------

Getter Method

Signature RzStructuralDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RzStructuralDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

RzViscousDampingConstant

Bushing.RzViscousDampingConstant

Returns the RZ viscous damping constant

-------------------------------------

Getter Method

Signature RzViscousDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

RzViscousDampingDynamic

Bushing.RzViscousDampingDynamic

Returns or sets the RZ viscous damping dynamic

-------------------------------------

Getter Method

Signature RzViscousDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RzViscousDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

SearchConeAngle

Bushing.SearchConeAngle

Returns the search cone angle

-------------------------------------

Getter Method

Signature SearchConeAngle

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

SearchOrientation

Bushing.SearchOrientation

Returns or sets the pairing search orientation

-------------------------------------

Getter Method

Signature SearchOrientation

Returns:
Return type:NXOpen.Direction

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SearchOrientation

Parameters:orientation (NXOpen.Direction) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

SearchRange

Bushing.SearchRange

Returns the search range

-------------------------------------

Getter Method

Signature SearchRange

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

XStiffnessConstant

Bushing.XStiffnessConstant

Returns the X stiffness constant

-------------------------------------

Getter Method

Signature XStiffnessConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

XStiffnessDynamic

Bushing.XStiffnessDynamic

Returns or sets the X stiffness dynamic

-------------------------------------

Getter Method

Signature XStiffnessDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature XStiffnessDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

XStructuralDampingConstant

Bushing.XStructuralDampingConstant

Returns the X structural damping constant

-------------------------------------

Getter Method

Signature XStructuralDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

XStructuralDampingDynamic

Bushing.XStructuralDampingDynamic

Returns or sets the X structural damping dynamic

-------------------------------------

Getter Method

Signature XStructuralDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature XStructuralDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

XViscousDampingConstant

Bushing.XViscousDampingConstant

Returns the X viscous damping constant

-------------------------------------

Getter Method

Signature XViscousDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

XViscousDampingDynamic

Bushing.XViscousDampingDynamic

Returns or sets the X viscous damping dynamic

-------------------------------------

Getter Method

Signature XViscousDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature XViscousDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

YStiffnessConstant

Bushing.YStiffnessConstant

Returns the Y stiffness constant

-------------------------------------

Getter Method

Signature YStiffnessConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

YStiffnessDynamic

Bushing.YStiffnessDynamic

Returns or sets the Y stiffness dynamic

-------------------------------------

Getter Method

Signature YStiffnessDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature YStiffnessDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

YStructuralDampingConstant

Bushing.YStructuralDampingConstant

Returns the Y structural damping constant

-------------------------------------

Getter Method

Signature YStructuralDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

YStructuralDampingDynamic

Bushing.YStructuralDampingDynamic

Returns or sets the Y structural damping dynamic

-------------------------------------

Getter Method

Signature YStructuralDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature YStructuralDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

YViscousDampingConstant

Bushing.YViscousDampingConstant

Returns the Y viscous damping constant

-------------------------------------

Getter Method

Signature YViscousDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

YViscousDampingDynamic

Bushing.YViscousDampingDynamic

Returns or sets the Y viscous damping dynamic

-------------------------------------

Getter Method

Signature YViscousDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature YViscousDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ZStiffnessConstant

Bushing.ZStiffnessConstant

Returns the Z stiffness constant

-------------------------------------

Getter Method

Signature ZStiffnessConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

ZStiffnessDynamic

Bushing.ZStiffnessDynamic

Returns or sets the Z stiffness dynamic

-------------------------------------

Getter Method

Signature ZStiffnessDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ZStiffnessDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ZStructuralDampingConstant

Bushing.ZStructuralDampingConstant

Returns the Z structural damping constant

-------------------------------------

Getter Method

Signature ZStructuralDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

ZStructuralDampingDynamic

Bushing.ZStructuralDampingDynamic

Returns or sets the Z structural damping dynamic

-------------------------------------

Getter Method

Signature ZStructuralDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ZStructuralDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ZViscousDampingConstant

Bushing.ZViscousDampingConstant

Returns the Z viscous damping constant

-------------------------------------

Getter Method

Signature ZViscousDampingConstant

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

ZViscousDampingDynamic

Bushing.ZViscousDampingDynamic

Returns or sets the Z viscous damping dynamic

-------------------------------------

Getter Method

Signature ZViscousDampingDynamic

Returns:
Return type:NXOpen.Fields.ScalarFieldWrapper

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ZViscousDampingDynamic

Parameters:bridge (NXOpen.Fields.ScalarFieldWrapper) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

FindObject

Bushing.FindObject

Finds the NXOpen.NXObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – Journal identifier of the object
Returns:
Return type:NXOpen.INXObject

New in version NX3.0.0.

License requirements: None.

GetSupportedCsysTypes

Bushing.GetSupportedCsysTypes

Gets supported csys types of connection.

Signature GetSupportedCsysTypes()

Returns:Supported CSys Types
Return type:list of NXOpen.CAE.Connections.CsysType

New in version NX12.0.0.

License requirements: None.

GetTarget

Bushing.GetTarget

Get target

Signature GetTarget(index)

Parameters:index (int) –
Returns:
Return type:NXOpen.CAE.Connections.NodalTarget

New in version NX12.0.0.

License requirements: None.

Print

Bushing.Print

Prints a representation of this object to the system log file.

Signature Print()

New in version NX3.0.0.

License requirements: None.

SetName

Bushing.SetName

Sets the custom name of the object.

NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.

Signature SetName(name)

Parameters:name (str) –

New in version NX3.0.0.

License requirements: None.

SetTargetType

Bushing.SetTargetType

Set the target type

Signature SetTargetType(index, type)

Parameters:

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)