NX Open C++ Reference Guide
|
Mold Wizard MoldCsys project builder
To create a new instance of this class, use Tooling::MoldCsysCollection::CreateMoldCsysBuilder
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. |
Mold Wizard MoldCsys project builder
To create a new instance of this class, use Tooling::MoldCsysCollection::CreateMoldCsysBuilder
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.
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
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
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
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 |
Returns the wcs type to decide the method to get csys position
Created in NX6.0.0.
License requirements : None