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

Represents a NXOpen::Tooling::BackingPadBuilder which is used to create or delete the Backing Pad. More...

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

Public Types

enum  Types { TypesKfBoundBox, TypesUserDefined, TypesDeletePad }
 types of backing pad design More...
 

Public Member Functions

void DeleteWavedFaces ()
 Delete waved faces to support journamation
Created in NX10.0.0. More...
 
NXOpen::ExpressionOffsetValueLinearDimension ()
 Returns the offset value linear dimension
Created in NX10.0.0. More...
 
NXOpen::ExpressionOffsetValueLinearDimensionNegativeX ()
 Returns the offset value linear dimension negative x
Created in NX10.0.0. More...
 
NXOpen::ExpressionOffsetValueLinearDimensionNegativeY ()
 Returns the offset value linear dimension negative y
Created in NX10.0.0. More...
 
NXOpen::ExpressionOffsetValueLinearDimensionPositiveX ()
 Returns the offset value linear dimension positive x
Created in NX10.0.0. More...
 
NXOpen::ExpressionOffsetValueLinearDimensionPositiveY ()
 Returns the offset value linear dimension positive y
Created in NX10.0.0. More...
 
NXOpen::GeometricUtilities::BooleanOperationPadBoolean ()
 Returns the pad boolean
Created in NX10.0.0. More...
 
NXOpen::ExpressionPadHeightLinearDimension ()
 Returns the pad height linear dimension
Created in NX10.0.0. More...
 
NXOpen::PartPreviousWorkPart ()
 Returns the previous work part
Created in NX10.0.0. More...
 
NXOpen::Assemblies::SelectComponentSelectComponent ()
 Returns the select target component in which to design backing pad
Created in NX10.0.0. More...
 
NXOpen::SectionSelectCurve ()
 Returns the select curve
Created in NX10.0.0. More...
 
NXOpen::SelectFaceListSelectFaces ()
 Returns the select faces
Created in NX10.0.0. More...
 
NXOpen::Features::SelectFeatureListSelectPad ()
 Returns the select backing pad feature to delete
Created in NX10.0.0. More...
 
void SetPreviousWorkPart (NXOpen::Part *previousWorkPart)
 Sets the previous work part
Created in NX10.0.0. More...
 
void SetType (NXOpen::Tooling::BackingPadBuilder::Types type)
 Sets the type
Created in NX10.0.0. More...
 
NXOpen::Tooling::BackingPadBuilder::Types Type ()
 Returns the type
Created in NX10.0.0. More...
 
void WaveFaces ()
 Wave selected faces to support journamation
Created in NX10.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

Represents a NXOpen::Tooling::BackingPadBuilder which is used to create or delete the Backing Pad.


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

Property Value

OffsetValueLinearDimension.Value

5 (millimeters part), 0.2 (inches part)

OffsetValueLinearDimensionNegativeX.Value

5 (millimeters part), 0.2 (inches part)

OffsetValueLinearDimensionNegativeY.Value

5 (millimeters part), 0.2 (inches part)

OffsetValueLinearDimensionPositiveX.Value

5 (millimeters part), 0.2 (inches part)

OffsetValueLinearDimensionPositiveY.Value

5 (millimeters part), 0.2 (inches part)

PadHeightLinearDimension.Value

50 (millimeters part), 2 (inches part)


Created in NX10.0.0.

Member Enumeration Documentation

types of backing pad design

Enumerator
TypesKfBoundBox 

kf bound box

TypesUserDefined 

user defined

TypesDeletePad 

delete pad

Member Function Documentation

void NXOpen::Tooling::BackingPadBuilder::DeleteWavedFaces ( )

Delete waved faces to support journamation
Created in NX10.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::BackingPadBuilder::OffsetValueLinearDimension ( )

Returns the offset value linear dimension
Created in NX10.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::BackingPadBuilder::OffsetValueLinearDimensionNegativeX ( )

Returns the offset value linear dimension negative x
Created in NX10.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::BackingPadBuilder::OffsetValueLinearDimensionNegativeY ( )

Returns the offset value linear dimension negative y
Created in NX10.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::BackingPadBuilder::OffsetValueLinearDimensionPositiveX ( )

Returns the offset value linear dimension positive x
Created in NX10.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::BackingPadBuilder::OffsetValueLinearDimensionPositiveY ( )

Returns the offset value linear dimension positive y
Created in NX10.0.0.



License requirements : None

NXOpen::GeometricUtilities::BooleanOperation* NXOpen::Tooling::BackingPadBuilder::PadBoolean ( )

Returns the pad boolean
Created in NX10.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::BackingPadBuilder::PadHeightLinearDimension ( )

Returns the pad height linear dimension
Created in NX10.0.0.



License requirements : None

NXOpen::Part* NXOpen::Tooling::BackingPadBuilder::PreviousWorkPart ( )

Returns the previous work part
Created in NX10.0.0.



License requirements : None

NXOpen::Assemblies::SelectComponent* NXOpen::Tooling::BackingPadBuilder::SelectComponent ( )

Returns the select target component in which to design backing pad
Created in NX10.0.0.



License requirements : None

NXOpen::Section* NXOpen::Tooling::BackingPadBuilder::SelectCurve ( )

Returns the select curve
Created in NX10.0.0.



License requirements : None

NXOpen::SelectFaceList* NXOpen::Tooling::BackingPadBuilder::SelectFaces ( )

Returns the select faces
Created in NX10.0.0.



License requirements : None

NXOpen::Features::SelectFeatureList* NXOpen::Tooling::BackingPadBuilder::SelectPad ( )

Returns the select backing pad feature to delete
Created in NX10.0.0.



License requirements : None

void NXOpen::Tooling::BackingPadBuilder::SetPreviousWorkPart ( NXOpen::Part previousWorkPart)

Sets the previous work part
Created in NX10.0.0.



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

Parameters
previousWorkPartpreviousworkpart
void NXOpen::Tooling::BackingPadBuilder::SetType ( NXOpen::Tooling::BackingPadBuilder::Types  type)

Sets the type
Created in NX10.0.0.



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

Parameters
typetype
NXOpen::Tooling::BackingPadBuilder::Types NXOpen::Tooling::BackingPadBuilder::Type ( )

Returns the type
Created in NX10.0.0.



License requirements : None

void NXOpen::Tooling::BackingPadBuilder::WaveFaces ( )

Wave selected faces to support journamation
Created in NX10.0.0.



License requirements : None


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