NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DrawingType { MasterModel, SelfContained }
 The types of the ejector drawing. More...
 
enum  EjectorType {
  All, Straight, Shoulder, Blade,
  Sleeve, Other
}
 The types of ejectors. More...
 

Public Member Functions

unsafe void AssignEjectorType ()
 Assigns the specified type on ejector pins. More...
 
unsafe
NXOpen.Tooling.EjectorTableData 
GetEjectorTableData ()
 Gets an ejector table transient object data. More...
 
unsafe
NXOpen.Tooling.EjectorTableData 
NewEjectorTableData ()
 Creates an ejector table transient object data. More...
 
unsafe void RemoveEjectorType ()
 Deletes the specified type from ejector pins. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe string DestinationFolder [get, set]
 Returns or sets the destination folder which the master model part will be created in. More...
 
unsafe
NXOpen.Tooling.EjectorTableBuilder.DrawingType 
EjectorDrawingType [get, set]
 Returns or sets the drawing type. More...
 
unsafe
NXOpen.Assemblies.SelectComponentList 
EjectorPins [get]
 Returns the ejector pins. More...
 
unsafe
NXOpen.Tooling.EjectorTableBuilder.EjectorType 
EjectorPinType [get, set]
 Returns or sets the ejector pin type. More...
 
unsafe string MasterModelPartName [get, set]
 Returns or sets the name to create a master model part. More...
 
unsafe string NameRule [get, set]
 Returns or sets the name rule to generate the master model part name. More...
 
unsafe bool RenameComponent [get, set]
 Returns or sets the option to define the part name in Part Name Management. More...
 
unsafe string TemplateName [get, set]
 Returns or sets the drawing template name. More...
 
unsafe NXOpen.NXObject WorkingPart [get, set]
 Returns or sets the part where a self contained drawing will be created or the part to be added into the master model drawing part. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
MasterModel 

master model drawing

SelfContained 

self contained drawing

The types of ejectors.

Enumerator
All 

all ejectors

Straight 

straight ejectors

Shoulder 

shoulder ejectors

Blade 

blade ejectors

Sleeve 

sleeve ejectors

Other 

Member Function Documentation

unsafe void NXOpen.Tooling.EjectorTableBuilder.AssignEjectorType ( )
inline

Assigns the specified type on ejector pins.

Created in NX9.0.0

License requirements: ug_mold_design ("UG MOLD")

unsafe NXOpen.Tooling.EjectorTableData NXOpen.Tooling.EjectorTableBuilder.GetEjectorTableData ( )
inline

Gets an ejector table transient object data.

Created in NX9.0.0

License requirements: ug_mold_design ("UG MOLD")

Returns
Allocated ejector table data.
unsafe NXOpen.Tooling.EjectorTableData NXOpen.Tooling.EjectorTableBuilder.NewEjectorTableData ( )
inline

Creates an ejector table transient object data.

Created in NX9.0.0

License requirements: ug_mold_design ("UG MOLD")

Returns
Allocated ejector table data.
unsafe void NXOpen.Tooling.EjectorTableBuilder.RemoveEjectorType ( )
inline

Deletes the specified type from ejector pins.

Created in NX9.0.0

License requirements: None.

Property Documentation

unsafe string NXOpen.Tooling.EjectorTableBuilder.DestinationFolder
getset

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

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe NXOpen.Tooling.EjectorTableBuilder.DrawingType NXOpen.Tooling.EjectorTableBuilder.EjectorDrawingType
getset

Returns or sets the drawing type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe NXOpen.Assemblies.SelectComponentList NXOpen.Tooling.EjectorTableBuilder.EjectorPins
get

Returns the ejector pins.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Tooling.EjectorTableBuilder.EjectorType NXOpen.Tooling.EjectorTableBuilder.EjectorPinType
getset

Returns or sets the ejector pin type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe string NXOpen.Tooling.EjectorTableBuilder.MasterModelPartName
getset

Returns or sets the name to create a master model part.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe string NXOpen.Tooling.EjectorTableBuilder.NameRule
getset

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

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe bool NXOpen.Tooling.EjectorTableBuilder.RenameComponent
getset

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

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe string NXOpen.Tooling.EjectorTableBuilder.TemplateName
getset

Returns or sets the drawing template name.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe NXOpen.NXObject NXOpen.Tooling.EjectorTableBuilder.WorkingPart
getset

Returns or 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 to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")


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