WeldPointExitBuilder Class

class NXOpen.Weld.WeldPointExitBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Weld.WeldPointExitBuilder class used to pass welding object from the Weld Point command to a user callback.

This object is not used on edit. .. versionadded:: NX8.0.2

Properties

Property Description
CommandUsed Returns the command name that was last used to create features.
Tag Returns the Tag for this object.

Methods

Method Description
GetFeatureInformation Gets the information for the newly created features.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

WeldPointExitBuilderCommandName Enumeration The command name used for the newly created features.
WeldPointExitBuilderMethodUsed Enumeration The method use to create the features.

Structs

WeldPointExitBuilderFeatureInfo_Struct Struct
Structure used to identify newly created features.

Property Detail

CommandUsed

WeldPointExitBuilder.CommandUsed

Returns the command name that was last used to create features.

This callback is not called on edit.

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

Getter Method

Signature CommandUsed

Returns:command name used
Return type:NXOpen.Weld.WeldPointExitBuilderCommandName

New in version NX8.0.2.

License requirements: None.

Method Detail

GetFeatureInformation

WeldPointExitBuilder.GetFeatureInformation

Gets the information for the newly created features.

Signature GetFeatureInformation()

Returns:features created
Return type:list of NXOpen.Weld.WeldPointExitBuilderFeatureInfo_Struct

New in version NX8.0.2.

License requirements: None.

Validate

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

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.