|
NX Open C++ Reference Guide
|
Mold Wizard MoldCsys project builder <br> To create a new instance of this class, use @link Tooling::MoldCsysCollection::CreateMoldCsysBuilder Tooling::MoldCsysCollection::CreateMoldCsysBuilder @endlink <br>
Default values. More...
Public Types | |
| enum | Wcsposition { WcspositionCurrentWcs, WcspositionProductBodyCenter, WcspositionBoundaryFaceCenter } |
| Represents the method to computer the WCS positino. More... | |
Public Member Functions | |
| bool | Lockx () |
| Returns the product doesn't move along X to the new position of WCS if lockx is true Created in NX6.0.0. | |
| bool | Locky () |
| Returns the product doesn't move along Y to the new position of WCS if locky is true Created in NX6.0.0. | |
| bool | Lockz () |
| Returns the product doesn't move along Z to the new position of WCS if lockz is true Created in NX6.0.0. | |
| NXOpen::SelectFaceList * | Prod () |
| Returns the selected faces are used to create a bounding box whose center will be the new origin of WCS Created in NX6.0.0. | |
| void | SetLockx (bool lockx) |
| Sets the product doesn't move along X to the new position of WCS if lockx is true Created in NX6.0.0. | |
| void | SetLocky (bool locky) |
| Sets the product doesn't move along Y to the new position of WCS if locky is true Created in NX6.0.0. | |
| void | SetLockz (bool lockz) |
| Sets the product doesn't move along Z to the new position of WCS if lockz is true Created in NX6.0.0. | |
| void | SetWcstype (NXOpen::Tooling::MoldCsysBuilder::Wcsposition wcstype) |
| Sets the wcs type to decide the method to get csys position Created in NX6.0.0. | |
| NXOpen::Tooling::MoldCsysBuilder::Wcsposition | Wcstype () |
| Returns the wcs type to decide the method to get csys position Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Mold Wizard MoldCsys project builder <br> To create a new instance of this class, use @link Tooling::MoldCsysCollection::CreateMoldCsysBuilder Tooling::MoldCsysCollection::CreateMoldCsysBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
Lockx |
0 |
|
Locky |
0 |
|
Lockz |
1 |
|
Wcstype |
CurrentWcs |
Created in NX6.0.0.
Represents the method to computer the WCS positino.
| bool NXOpen::Tooling::MoldCsysBuilder::Lockx | ( | ) |
Returns the product doesn't move along X to the new position of WCS if lockx is true
Created in NX6.0.0.
License requirements : None
| bool NXOpen::Tooling::MoldCsysBuilder::Locky | ( | ) |
Returns the product doesn't move along Y to the new position of WCS if locky is true
Created in NX6.0.0.
License requirements : None
| bool NXOpen::Tooling::MoldCsysBuilder::Lockz | ( | ) |
Returns the product doesn't move along Z to the new position of WCS if lockz is true
Created in NX6.0.0.
License requirements : None
| NXOpen::SelectFaceList* NXOpen::Tooling::MoldCsysBuilder::Prod | ( | ) |
Returns the selected faces are used to create a bounding box whose center will be the new origin of WCS
Created in NX6.0.0.
License requirements : None
| void NXOpen::Tooling::MoldCsysBuilder::SetLockx | ( | bool | lockx | ) |
Sets the product doesn't move along X to the new position of WCS if lockx is true
Created in NX6.0.0.
License requirements : None
| lockx | lockx |
| void NXOpen::Tooling::MoldCsysBuilder::SetLocky | ( | bool | locky | ) |
Sets the product doesn't move along Y to the new position of WCS if locky is true
Created in NX6.0.0.
License requirements : None
| locky | locky |
| void NXOpen::Tooling::MoldCsysBuilder::SetLockz | ( | bool | lockz | ) |
Sets the product doesn't move along Z to the new position of WCS if lockz is true
Created in NX6.0.0.
License requirements : None
| lockz | lockz |
| void NXOpen::Tooling::MoldCsysBuilder::SetWcstype | ( | NXOpen::Tooling::MoldCsysBuilder::Wcsposition | wcstype | ) |
Sets the wcs type to decide the method to get csys position
Created in NX6.0.0.
License requirements : None
| wcstype | wcstype |
| NXOpen::Tooling::MoldCsysBuilder::Wcsposition NXOpen::Tooling::MoldCsysBuilder::Wcstype | ( | ) |
Returns the wcs type to decide the method to get csys position
Created in NX6.0.0.
License requirements : None