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.ShimBuilder Class Reference

Shim Builder of PDW and EDW. More...

Inheritance diagram for NXOpen.Tooling.ShimBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ParentOption { NoParent }
 Specify the parent node. More...
 
enum  SideAttributeValues { None, Top, Bottom }
 Specifies the value of side attribute. More...
 
enum  Types { AddInsert, EditInsert, DeleteInsert }
 Specify the shim operation type. More...
 

Public Member Functions

unsafe
NXOpen.Tooling.ShimInnerProfileSetBuilder 
CreateInnerProfileSetBuilder ()
 Create a inner profile set builder object. More...
 
unsafe void GetItemName (out int[] itemName)
 Returns the item name Of Set List More...
 
unsafe void SetItemName (int[] itemName)
 Sets the item name of Set List 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 NXOpen.Expression Height [get]
 Returns the height of shim body More...
 
unsafe
NXOpen.Assemblies.SelectComponentList 
InsertToDelete [get]
 Returns the shim component that needs to be deleted More...
 
unsafe
NXOpen.Assemblies.SelectComponent 
InsertToEdit [get]
 Returns the shim component that needs to be edit More...
 
unsafe NXOpen.Expression OffsetOuterDistance [get]
 Returns the offset distance of outer loop More...
 
unsafe bool OuterRoughOffset [get, set]
 Returns or sets the outer rough offset More...
 
unsafe
NXOpen.Tooling.ShimBuilder.ParentOption 
ParentNode [get, set]
 Returns or sets the parent node which shim part will be insert to More...
 
unsafe string ParentPartName [get, set]
 Returns or sets the parent part name of shim part More...
 
unsafe bool RenameToggle [get, set]
 Returns or sets the toggle to indicate whether to rename shim part More...
 
unsafe NXOpen.SelectFaceList ShimFace [get]
 Returns the face for doing shim body More...
 
unsafe
NXOpen.Tooling.ShimBuilder.SideAttributeValues 
SideAttributeValue [get, set]
 Returns or sets the side attribute value for shim. More...
 
unsafe
NXOpen.Tooling.ShimInnerProfileSetBuilderList 
SlugholeProfile [get]
 Returns the list containing the inner profiles which need to offset. More...
 
unsafe
NXOpen.Tooling.ShimBuilder.Types 
Type [get, set]
 Returns or sets the type More...
 
unsafe int WizardType [get, set]
 Returns or sets the wizard type 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

Shim Builder of PDW and EDW.

A Body is returned by this builder.

To create a new instance of this class, use NXOpen.Tooling.ProgressiveDieManager.CreateShimBuilder

Default values.

Property Value

ParentNode

NoParent

RenameToggle

0

SideAttributeValue

None

Created in NX10.0.0

Member Enumeration Documentation

Specify the parent node.

Enumerator
NoParent 

Specifies the value of side attribute.

Enumerator
None 

the NONE value

Top 

the TOP value

Bottom 

the BOTTOM value

Specify the shim operation type.

Enumerator
AddInsert 
EditInsert 
DeleteInsert 

Member Function Documentation

unsafe NXOpen.Tooling.ShimInnerProfileSetBuilder NXOpen.Tooling.ShimBuilder.CreateInnerProfileSetBuilder ( )
inline

Create a inner profile set builder object.

Created in NX10.0.0

License requirements: None.

Returns
unsafe void NXOpen.Tooling.ShimBuilder.GetItemName ( out int[]  itemName)
inline

Returns the item name Of Set List

Created in NX11.0.0

License requirements: None.

Parameters
itemNamethe item name
unsafe void NXOpen.Tooling.ShimBuilder.SetItemName ( int[]  itemName)
inline

Sets the item name of Set List

Created in NX11.0.0

License requirements: prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
itemNamethe item name

Property Documentation

unsafe NXOpen.Expression NXOpen.Tooling.ShimBuilder.Height
get

Returns the height of shim body

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Assemblies.SelectComponentList NXOpen.Tooling.ShimBuilder.InsertToDelete
get

Returns the shim component that needs to be deleted

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Assemblies.SelectComponent NXOpen.Tooling.ShimBuilder.InsertToEdit
get

Returns the shim component that needs to be edit

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Tooling.ShimBuilder.OffsetOuterDistance
get

Returns the offset distance of outer loop

Created in NX10.0.0

License requirements: None.

unsafe bool NXOpen.Tooling.ShimBuilder.OuterRoughOffset
getset

Returns or sets the outer rough offset

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.ShimBuilder.ParentOption NXOpen.Tooling.ShimBuilder.ParentNode
getset

Returns or sets the parent node which shim part will be insert to

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: prog_die_wizard ("UG/Progressive Die Wizard")

unsafe string NXOpen.Tooling.ShimBuilder.ParentPartName
getset

Returns or sets the parent part name of shim part

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: prog_die_wizard ("UG/Progressive Die Wizard")

unsafe bool NXOpen.Tooling.ShimBuilder.RenameToggle
getset

Returns or sets the toggle to indicate whether to rename shim part

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.SelectFaceList NXOpen.Tooling.ShimBuilder.ShimFace
get

Returns the face for doing shim body

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Tooling.ShimBuilder.SideAttributeValues NXOpen.Tooling.ShimBuilder.SideAttributeValue
getset

Returns or sets the side attribute value for shim.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.ShimInnerProfileSetBuilderList NXOpen.Tooling.ShimBuilder.SlugholeProfile
get

Returns the list containing the inner profiles which need to offset.

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Tooling.ShimBuilder.Types NXOpen.Tooling.ShimBuilder.Type
getset

Returns or sets the type

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: prog_die_wizard ("UG/Progressive Die Wizard")

unsafe int NXOpen.Tooling.ShimBuilder.WizardType
getset

Returns or sets the wizard type

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: prog_die_wizard ("UG/Progressive Die Wizard")


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