JointExitBuilderBodySide Enumeration

NXOpen.Weld.JointExitBuilder.BodySide is an alias for NXOpen.Weld.JointExitBuilderBodySide

class NXOpen.Weld.JointExitBuilderBodySide

Bases: object

Settings to indicate the side the positions should be applied to.

Enum Members

Enum Member Enum Member Description
First the first side. For fillet welds only this needs to be specified.
Second the other side. This is only used for butt welds.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.