WedmPointDefinitionBuilder Class

class NXOpen.CAM.WedmPointDefinitionBuilder

Bases: NXOpen.Builder

Represents a NXOpen.CAM.WedmPointDefinitionBuilder

This builder cannot be instantiated separately.

New in version NX7.5.0.

Properties

Property Description
Axis Returns or sets the wire axis
AxisOption Returns or sets the wire axis status
Point Returns or sets the wedm point
PointOption Returns or sets the point status
Tag Returns the Tag for this object.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

WedmPointDefinitionBuilderPointStates Enumeration the types available for wedm point definition
WedmPointDefinitionBuilderWireAxisStates Enumeration the types available for wire axis definition

Property Detail

Axis

WedmPointDefinitionBuilder.Axis

Returns or sets the wire axis

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

Getter Method

Signature Axis

Returns:
Return type:NXOpen.NXObject

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature Axis

Parameters:newValue (NXOpen.NXObject) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

AxisOption

WedmPointDefinitionBuilder.AxisOption

Returns or sets the wire axis status

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

Getter Method

Signature AxisOption

Returns:
Return type:NXOpen.CAM.WedmPointDefinitionBuilderWireAxisStates

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature AxisOption

Parameters:newValue (NXOpen.CAM.WedmPointDefinitionBuilderWireAxisStates) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

Point

WedmPointDefinitionBuilder.Point

Returns or sets the wedm point

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

Getter Method

Signature Point

Returns:
Return type:NXOpen.Point

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature Point

Parameters:newValue (NXOpen.Point) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

PointOption

WedmPointDefinitionBuilder.PointOption

Returns or sets the point status

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

Getter Method

Signature PointOption

Returns:
Return type:NXOpen.CAM.WedmPointDefinitionBuilderPointStates

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature PointOption

Parameters:newValue (NXOpen.CAM.WedmPointDefinitionBuilderPointStates) –

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

Method Detail

Validate

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