MoldCsysBuilder Class

class NXOpen.Tooling.MoldCsysBuilder

Bases: NXOpen.Builder

Mold Wizard MoldCsys project builder

To create a new instance of this class, use NXOpen.Tooling.MoldCsysCollection.CreateMoldCsysBuilder()

Default values.

Property Value
Lockx 0
Locky 0
Lockz 1
Wcstype CurrentWcs

New in version NX6.0.0.

Properties

Property Description
Lockx Returns or sets the product doesn’t move along X to the new position of WCS if lockx is true
Locky Returns or sets the product doesn’t move along Y to the new position of WCS if locky is true
Lockz Returns or sets the product doesn’t move along Z to the new position of WCS if lockz is true
Prod Returns the selected faces are used to create a bounding box whose center will be the new origin of WCS
Tag Returns the Tag for this object.
Wcstype Returns or sets the wcs type to decide the method to get csys position

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

MoldCsysBuilderWcsposition Enumeration Represents the method to computer the WCS positino

Property Detail

Lockx

MoldCsysBuilder.Lockx

Returns or sets the product doesn’t move along X to the new position of WCS if lockx is true

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

Getter Method

Signature Lockx

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Lockx

Parameters:lockx (bool) –

New in version NX6.0.0.

License requirements: None.

Locky

MoldCsysBuilder.Locky

Returns or sets the product doesn’t move along Y to the new position of WCS if locky is true

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

Getter Method

Signature Locky

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Locky

Parameters:locky (bool) –

New in version NX6.0.0.

License requirements: None.

Lockz

MoldCsysBuilder.Lockz

Returns or sets the product doesn’t move along Z to the new position of WCS if lockz is true

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

Getter Method

Signature Lockz

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Lockz

Parameters:lockz (bool) –

New in version NX6.0.0.

License requirements: None.

Prod

MoldCsysBuilder.Prod

Returns the selected faces are used to create a bounding box whose center will be the new origin of WCS

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

Getter Method

Signature Prod

Returns:
Return type:NXOpen.SelectFaceList

New in version NX6.0.0.

License requirements: None.

Wcstype

MoldCsysBuilder.Wcstype

Returns or sets the wcs type to decide the method to get csys position

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

Getter Method

Signature Wcstype

Returns:
Return type:NXOpen.Tooling.MoldCsysBuilderWcsposition

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Wcstype

Parameters:wcstype (NXOpen.Tooling.MoldCsysBuilderWcsposition) –

New in version NX6.0.0.

License requirements: None.

Method Detail

Validate

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