|
NX Open C++ Reference Guide
|
Mold Wizard initialize project builder <br> To create a new instance of this class, use @link Tooling::InitProjectCollection::CreateBuilder Tooling::InitProjectCollection::CreateBuilder @endlink <br>
Default values. More...
Public Types | |
| enum | ConfigurationId { ConfigurationIdDefault, ConfigurationIdOrig } |
| the configuration type includes default and orig More... | |
| enum | MaterialId { MaterialIdNone, MaterialIdNylon } |
| the material type includes None and Nylon More... | |
| enum | UnitId { UnitIdMillimeter, UnitIdInch } |
| the unit type includes metric and inch project type More... | |
Public Member Functions | |
| NXOpen::SelectBodyList * | BodySelect () |
| Returns the body will be used as product to create Mold Wizard project Created in NX6.0.0. | |
| NXOpen::Tooling::InitProjectBuilder::ConfigurationId | Configuration () |
| Returns the configuration access functions Created in NX6.0.0. | |
| NXOpen::Tooling::InitProjectBuilder::MaterialId | Material () |
| Returns the material access functions Created in NX6.0.0. | |
| NXString | PathName () |
| Returns the project path access functions Created in NX6.0.0. | |
| NXString | ProjectName () |
| Returns the project name access functions Created in NX6.0.0. | |
| bool | Rename () |
| Returns the rename dialog allows users to define rename rules Created in NX6.0.0. | |
| void | SetConfiguration (NXOpen::Tooling::InitProjectBuilder::ConfigurationId configuration) |
| Sets the configuration access functions Created in NX6.0.0. | |
| void | SetMaterial (NXOpen::Tooling::InitProjectBuilder::MaterialId material) |
| Sets the material access functions Created in NX6.0.0. | |
| void | SetPathName (const NXString &pathName) |
| Sets the project path access functions Created in NX6.0.0. | |
| void | SetPathName (const char *pathName) |
| Sets the project path access functions Created in NX6.0.0. | |
| void | SetProjectName (const NXString &projectName) |
| Sets the project name access functions Created in NX6.0.0. | |
| void | SetProjectName (const char *projectName) |
| Sets the project name access functions Created in NX6.0.0. | |
| void | SetRename (bool rename) |
| Sets the rename dialog allows users to define rename rules Created in NX6.0.0. | |
| void | SetShrinkage (const NXString &shrinkage) |
| Sets the shrinkage access functions Created in NX6.0.0. | |
| void | SetShrinkage (const char *shrinkage) |
| Sets the shrinkage access functions Created in NX6.0.0. | |
| void | SetUnit (NXOpen::Tooling::InitProjectBuilder::UnitId unit) |
| Sets the project unit access functions Created in NX6.0.0. | |
| NXString | Shrinkage () |
| Returns the shrinkage access functions Created in NX6.0.0. | |
| NXOpen::Tooling::InitProjectBuilder::UnitId | Unit () |
| Returns the project unit access functions 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 initialize project builder <br> To create a new instance of this class, use @link Tooling::InitProjectCollection::CreateBuilder Tooling::InitProjectCollection::CreateBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
Configuration |
Default |
|
None | |
|
Rename |
0 |
|
Millimeter |
Created in NX6.0.0.
| NXOpen::SelectBodyList* NXOpen::Tooling::InitProjectBuilder::BodySelect | ( | ) |
Returns the body will be used as product to create Mold Wizard project
Created in NX6.0.0.
License requirements : None
| NXOpen::Tooling::InitProjectBuilder::ConfigurationId NXOpen::Tooling::InitProjectBuilder::Configuration | ( | ) |
Returns the configuration access functions
Created in NX6.0.0.
License requirements : None
| NXOpen::Tooling::InitProjectBuilder::MaterialId NXOpen::Tooling::InitProjectBuilder::Material | ( | ) |
Returns the material access functions
Created in NX6.0.0.
License requirements : None
| NXString NXOpen::Tooling::InitProjectBuilder::PathName | ( | ) |
Returns the project path access functions
Created in NX6.0.0.
License requirements : None
| NXString NXOpen::Tooling::InitProjectBuilder::ProjectName | ( | ) |
Returns the project name access functions
Created in NX6.0.0.
License requirements : None
| bool NXOpen::Tooling::InitProjectBuilder::Rename | ( | ) |
Returns the rename dialog allows users to define rename rules
Created in NX6.0.0.
License requirements : None
| void NXOpen::Tooling::InitProjectBuilder::SetConfiguration | ( | NXOpen::Tooling::InitProjectBuilder::ConfigurationId | configuration | ) |
Sets the configuration access functions
Created in NX6.0.0.
License requirements : None
| configuration | configuration |
| void NXOpen::Tooling::InitProjectBuilder::SetMaterial | ( | NXOpen::Tooling::InitProjectBuilder::MaterialId | material | ) |
Sets the material access functions
Created in NX6.0.0.
License requirements : None
| material | material |
| void NXOpen::Tooling::InitProjectBuilder::SetPathName | ( | const NXString & | pathName | ) |
Sets the project path access functions
Created in NX6.0.0.
License requirements : None
| pathName | pathname |
| void NXOpen::Tooling::InitProjectBuilder::SetPathName | ( | const char * | pathName | ) |
Sets the project path access functions
Created in NX6.0.0.
License requirements : None
| pathName | pathname |
| void NXOpen::Tooling::InitProjectBuilder::SetProjectName | ( | const NXString & | projectName | ) |
Sets the project name access functions
Created in NX6.0.0.
License requirements : None
| projectName | projectname |
| void NXOpen::Tooling::InitProjectBuilder::SetProjectName | ( | const char * | projectName | ) |
Sets the project name access functions
Created in NX6.0.0.
License requirements : None
| projectName | projectname |
| void NXOpen::Tooling::InitProjectBuilder::SetRename | ( | bool | rename | ) |
Sets the rename dialog allows users to define rename rules
Created in NX6.0.0.
License requirements : None
| rename | rename |
| void NXOpen::Tooling::InitProjectBuilder::SetShrinkage | ( | const NXString & | shrinkage | ) |
Sets the shrinkage access functions
Created in NX6.0.0.
License requirements : None
| shrinkage | shrinkage |
| void NXOpen::Tooling::InitProjectBuilder::SetShrinkage | ( | const char * | shrinkage | ) |
Sets the shrinkage access functions
Created in NX6.0.0.
License requirements : None
| shrinkage | shrinkage |
| void NXOpen::Tooling::InitProjectBuilder::SetUnit | ( | NXOpen::Tooling::InitProjectBuilder::UnitId | unit | ) |
Sets the project unit access functions
Created in NX6.0.0.
License requirements : None
| unit | unit |
| NXString NXOpen::Tooling::InitProjectBuilder::Shrinkage | ( | ) |
Returns the shrinkage access functions
Created in NX6.0.0.
License requirements : None
| NXOpen::Tooling::InitProjectBuilder::UnitId NXOpen::Tooling::InitProjectBuilder::Unit | ( | ) |
Returns the project unit access functions
Created in NX6.0.0.
License requirements : None