AutoPointBuilderInterferenceDetails Enumeration

NXOpen.Weld.AutoPointBuilder.InterferenceDetails is an alias for NXOpen.Weld.AutoPointBuilderInterferenceDetails

class NXOpen.Weld.AutoPointBuilderInterferenceDetails

Bases: object

Settings to indicate whether an interference is near an existing weld point.

Enum Members

Enum Member Enum Member Description
NoWeldsNearBodies Indicates no existing weld points are in this interference area
Same Indicates weld points exist and part name are the same.
Replaced Indicates weld points exist and part names have changed.
Added Indicates weld points exist and parts were added.
Deleted Indicates weld points exist and parts were removed.
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.