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

Represens a ejector table builder. More...

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

Public Types

enum  DrawingType { DrawingTypeMasterModel, DrawingTypeSelfContained }
 The types of the ejector drawing. More...
 
enum  EjectorType {
  EjectorTypeAll, EjectorTypeStraight, EjectorTypeShoulder, EjectorTypeBlade,
  EjectorTypeSleeve, EjectorTypeOther
}
 The types of ejectors. More...
 

Public Member Functions

void AssignEjectorType ()
 Assigns the specified type on ejector pins. More...
 
NXString DestinationFolder ()
 Returns the destination folder which the master model part will be created in. More...
 
NXOpen::Tooling::EjectorTableBuilder::DrawingType EjectorDrawingType ()
 Returns the drawing type. More...
 
NXOpen::Assemblies::SelectComponentListEjectorPins ()
 Returns the ejector pins. More...
 
NXOpen::Tooling::EjectorTableBuilder::EjectorType EjectorPinType ()
 Returns the ejector pin type. More...
 
NXOpen::Tooling::EjectorTableDataGetEjectorTableData ()
 Gets an ejector table transient object data. More...
 
NXString MasterModelPartName ()
 Returns the name to create a master model part. More...
 
NXString NameRule ()
 Returns the name rule to generate the master model part name. More...
 
NXOpen::Tooling::EjectorTableDataNewEjectorTableData ()
 Creates an ejector table transient object data. More...
 
void RemoveEjectorType ()
 Deletes the specified type from ejector pins. More...
 
bool RenameComponent ()
 Returns the option to define the part name in Part Name Management. More...
 
void SetDestinationFolder (const NXString &destinationFolder)
 Sets the destination folder which the master model part will be created in. More...
 
void SetDestinationFolder (const char *destinationFolder)
 Sets the destination folder which the master model part will be created in. More...
 
void SetEjectorDrawingType (NXOpen::Tooling::EjectorTableBuilder::DrawingType ejectorDrawingType)
 Sets the drawing type. More...
 
void SetEjectorPinType (NXOpen::Tooling::EjectorTableBuilder::EjectorType ejectorPinType)
 Sets the ejector pin type. More...
 
void SetMasterModelPartName (const NXString &masterModelPartName)
 Sets the name to create a master model part. More...
 
void SetMasterModelPartName (const char *masterModelPartName)
 Sets the name to create a master model part. More...
 
void SetNameRule (const NXString &nameRule)
 Sets the name rule to generate the master model part name. More...
 
void SetNameRule (const char *nameRule)
 Sets the name rule to generate the master model part name. More...
 
void SetRenameComponent (bool renameComponent)
 Sets the option to define the part name in Part Name Management. More...
 
void SetTemplateName (const NXString &templateName)
 Sets the drawing template name. More...
 
void SetTemplateName (const char *templateName)
 Sets the drawing template name. More...
 
void SetWorkingPart (NXOpen::NXObject *workingPart)
 Sets the part where a self contained drawing will be created or the part to be added into the master model drawing part. More...
 
NXString TemplateName ()
 Returns the drawing template name. More...
 
NXOpen::NXObjectWorkingPart ()
 Returns the part where a self contained drawing will be created or the part to be added into the master model drawing part. 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

Represens a ejector table builder.


To create a new instance of this class, use NXOpen::Tooling::MoldwizardManager::CreateEjectorTableBuilder
Default values.

Property Value

EjectorDrawingType

MasterModel

EjectorPinType

All

RenameComponent

0


Created in NX9.0.0.

Member Enumeration Documentation

The types of the ejector drawing.

Enumerator
DrawingTypeMasterModel 

master model drawing

DrawingTypeSelfContained 

self contained drawing

The types of ejectors.

Enumerator
EjectorTypeAll 

all ejectors

EjectorTypeStraight 

straight ejectors

EjectorTypeShoulder 

shoulder ejectors

EjectorTypeBlade 

blade ejectors

EjectorTypeSleeve 

sleeve ejectors

EjectorTypeOther 

other

Member Function Documentation

void NXOpen::Tooling::EjectorTableBuilder::AssignEjectorType ( )

Assigns the specified type on ejector pins.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

NXString NXOpen::Tooling::EjectorTableBuilder::DestinationFolder ( )

Returns the destination folder which the master model part will be created in.


Created in NX9.0.0.

License requirements : None

NXOpen::Tooling::EjectorTableBuilder::DrawingType NXOpen::Tooling::EjectorTableBuilder::EjectorDrawingType ( )

Returns the drawing type.


Created in NX9.0.0.

License requirements : None

NXOpen::Assemblies::SelectComponentList* NXOpen::Tooling::EjectorTableBuilder::EjectorPins ( )

Returns the ejector pins.


Created in NX9.0.0.

License requirements : None

NXOpen::Tooling::EjectorTableBuilder::EjectorType NXOpen::Tooling::EjectorTableBuilder::EjectorPinType ( )

Returns the ejector pin type.


Created in NX9.0.0.

License requirements : None

NXOpen::Tooling::EjectorTableData* NXOpen::Tooling::EjectorTableBuilder::GetEjectorTableData ( )

Gets an ejector table transient object data.

Returns
Allocated ejector table data.
Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")
NXString NXOpen::Tooling::EjectorTableBuilder::MasterModelPartName ( )

Returns the name to create a master model part.


Created in NX9.0.0.

License requirements : None

NXString NXOpen::Tooling::EjectorTableBuilder::NameRule ( )

Returns the name rule to generate the master model part name.


Created in NX9.0.0.

License requirements : None

NXOpen::Tooling::EjectorTableData* NXOpen::Tooling::EjectorTableBuilder::NewEjectorTableData ( )

Creates an ejector table transient object data.

Returns
Allocated ejector table data.
Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")
void NXOpen::Tooling::EjectorTableBuilder::RemoveEjectorType ( )

Deletes the specified type from ejector pins.


Created in NX9.0.0.

License requirements : None

bool NXOpen::Tooling::EjectorTableBuilder::RenameComponent ( )

Returns the option to define the part name in Part Name Management.


Created in NX9.0.0.

License requirements : None

void NXOpen::Tooling::EjectorTableBuilder::SetDestinationFolder ( const NXString destinationFolder)

Sets the destination folder which the master model part will be created in.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
destinationFolderdestinationfolder
void NXOpen::Tooling::EjectorTableBuilder::SetDestinationFolder ( const char *  destinationFolder)

Sets the destination folder which the master model part will be created in.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
destinationFolderdestinationfolder
void NXOpen::Tooling::EjectorTableBuilder::SetEjectorDrawingType ( NXOpen::Tooling::EjectorTableBuilder::DrawingType  ejectorDrawingType)

Sets the drawing type.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
ejectorDrawingTypeejectordrawingtype
void NXOpen::Tooling::EjectorTableBuilder::SetEjectorPinType ( NXOpen::Tooling::EjectorTableBuilder::EjectorType  ejectorPinType)

Sets the ejector pin type.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
ejectorPinTypeejectorpintype
void NXOpen::Tooling::EjectorTableBuilder::SetMasterModelPartName ( const NXString masterModelPartName)

Sets the name to create a master model part.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
masterModelPartNamemastermodelpartname
void NXOpen::Tooling::EjectorTableBuilder::SetMasterModelPartName ( const char *  masterModelPartName)

Sets the name to create a master model part.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
masterModelPartNamemastermodelpartname
void NXOpen::Tooling::EjectorTableBuilder::SetNameRule ( const NXString nameRule)

Sets the name rule to generate the master model part name.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
nameRulenamerule
void NXOpen::Tooling::EjectorTableBuilder::SetNameRule ( const char *  nameRule)

Sets the name rule to generate the master model part name.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
nameRulenamerule
void NXOpen::Tooling::EjectorTableBuilder::SetRenameComponent ( bool  renameComponent)

Sets the option to define the part name in Part Name Management.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
renameComponentrenamecomponent
void NXOpen::Tooling::EjectorTableBuilder::SetTemplateName ( const NXString templateName)

Sets the drawing template name.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
templateNametemplatename
void NXOpen::Tooling::EjectorTableBuilder::SetTemplateName ( const char *  templateName)

Sets the drawing template name.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
templateNametemplatename
void NXOpen::Tooling::EjectorTableBuilder::SetWorkingPart ( NXOpen::NXObject workingPart)

Sets the part where a self contained drawing will be created or the part to be added into the master model drawing part.


Created in NX9.0.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
workingPartworkingpart
NXString NXOpen::Tooling::EjectorTableBuilder::TemplateName ( )

Returns the drawing template name.


Created in NX9.0.0.

License requirements : None

NXOpen::NXObject* NXOpen::Tooling::EjectorTableBuilder::WorkingPart ( )

Returns the part where a self contained drawing will be created or the part to be added into the master model drawing part.


Created in NX9.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.