NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::InitProjectBuilder Class Reference

Mold Wizard initialize project builder
To create a new instance of this class, use NXOpen::Tooling::InitProjectCollection::CreateBuilder
Default values. More...

Inheritance diagram for NXOpen::Tooling::InitProjectBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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::SelectBodyListBodySelect ()
 Returns the body will be used as product to create Mold Wizard project
Created in NX6.0.0. More...
 
NXOpen::Tooling::InitProjectBuilder::ConfigurationId Configuration ()
 Returns the configuration access functions
Created in NX6.0.0. More...
 
NXOpen::Tooling::InitProjectBuilder::MaterialId Material ()
 Returns the material access functions
Created in NX6.0.0. More...
 
NXString PathName ()
 Returns the project path access functions
Created in NX6.0.0. More...
 
NXString ProjectName ()
 Returns the project name access functions
Created in NX6.0.0. More...
 
bool Rename ()
 Returns the rename dialog allows users to define rename rules
Created in NX6.0.0. More...
 
void SetConfiguration (NXOpen::Tooling::InitProjectBuilder::ConfigurationId configuration)
 Sets the configuration access functions
Created in NX6.0.0. More...
 
void SetMaterial (NXOpen::Tooling::InitProjectBuilder::MaterialId material)
 Sets the material access functions
Created in NX6.0.0. More...
 
void SetPathName (const NXString &pathName)
 Sets the project path access functions
Created in NX6.0.0. More...
 
void SetPathName (const char *pathName)
 Sets the project path access functions
Created in NX6.0.0. More...
 
void SetProjectName (const NXString &projectName)
 Sets the project name access functions
Created in NX6.0.0. More...
 
void SetProjectName (const char *projectName)
 Sets the project name access functions
Created in NX6.0.0. More...
 
void SetRename (bool rename)
 Sets the rename dialog allows users to define rename rules
Created in NX6.0.0. More...
 
void SetShrinkage (const NXString &shrinkage)
 Sets the shrinkage access functions
Created in NX6.0.0. More...
 
void SetShrinkage (const char *shrinkage)
 Sets the shrinkage access functions
Created in NX6.0.0. More...
 
void SetUnit (NXOpen::Tooling::InitProjectBuilder::UnitId unit)
 Sets the project unit access functions
Created in NX6.0.0. More...
 
NXString Shrinkage ()
 Returns the shrinkage access functions
Created in NX6.0.0. More...
 
NXOpen::Tooling::InitProjectBuilder::UnitId Unit ()
 Returns the project unit access functions
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Mold Wizard initialize project builder
To create a new instance of this class, use NXOpen::Tooling::InitProjectCollection::CreateBuilder
Default values.

Property Value

Configuration

Default

Material

None

Rename

0

Unit

Millimeter


Created in NX6.0.0.

Member Enumeration Documentation

the configuration type includes default and orig

Enumerator
ConfigurationIdDefault 

Default configuration.

ConfigurationIdOrig 

Original configuration.

the material type includes None and Nylon

Enumerator
MaterialIdNone 

None material is set.

MaterialIdNylon 

Nylon material type.

the unit type includes metric and inch project type

Enumerator
UnitIdMillimeter 

metric project

UnitIdInch 

english project

Member Function Documentation

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

Parameters
configurationconfiguration
void NXOpen::Tooling::InitProjectBuilder::SetMaterial ( NXOpen::Tooling::InitProjectBuilder::MaterialId  material)

Sets the material access functions
Created in NX6.0.0.



License requirements : None

Parameters
materialmaterial
void NXOpen::Tooling::InitProjectBuilder::SetPathName ( const NXString pathName)

Sets the project path access functions
Created in NX6.0.0.



License requirements : None

Parameters
pathNamepathname
void NXOpen::Tooling::InitProjectBuilder::SetPathName ( const char *  pathName)

Sets the project path access functions
Created in NX6.0.0.



License requirements : None

Parameters
pathNamepathname
void NXOpen::Tooling::InitProjectBuilder::SetProjectName ( const NXString projectName)

Sets the project name access functions
Created in NX6.0.0.



License requirements : None

Parameters
projectNameprojectname
void NXOpen::Tooling::InitProjectBuilder::SetProjectName ( const char *  projectName)

Sets the project name access functions
Created in NX6.0.0.



License requirements : None

Parameters
projectNameprojectname
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

Parameters
renamerename
void NXOpen::Tooling::InitProjectBuilder::SetShrinkage ( const NXString shrinkage)

Sets the shrinkage access functions
Created in NX6.0.0.



License requirements : None

Parameters
shrinkageshrinkage
void NXOpen::Tooling::InitProjectBuilder::SetShrinkage ( const char *  shrinkage)

Sets the shrinkage access functions
Created in NX6.0.0.



License requirements : None

Parameters
shrinkageshrinkage
void NXOpen::Tooling::InitProjectBuilder::SetUnit ( NXOpen::Tooling::InitProjectBuilder::UnitId  unit)

Sets the project unit access functions
Created in NX6.0.0.



License requirements : None

Parameters
unitunit
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


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.