InsertAuxiliaryBuilder Class

class NXOpen.Tooling.InsertAuxiliaryBuilder

Bases: NXOpen.Builder

PDW insert auxiliary builder to design various auxiliaries of insert group

To create a new instance of this class, use NXOpen.Tooling.InsertAuxiliaryCollection.CreateInsertAuxiliaryBuilder()

Default values.

Property Value
BottomPlateClearance 0
CircDeleteAllComponents 0
CircularOperation Create
ClearanceValue 1
DesignTool Copy
FalseBodyHeight.Value 0 (millimeters part), 0 (inches part)
HeelHeight 5
HeelLength 10
HeelRadian 1
HeelWidth 5
OffsetAngle 0
OffsetX 0
OffsetY 0
PunchPlateClearance 0
PunchShankParaC 1
PunchShankParaFL 45
PunchShankParaL1 6
PunchShankParaLength 8
PunchShankParaPL 40
PunchShankParaR 13
PunchShankParaWidth 8
RampShankHeight.Value 0 (millimeters part), 0 (inches part)
RampSteps AddMaterial
RectDeleteAllComponents 0
RectangularOperation Create
ShankShape Flange
StripperPlateClearance 0
TotalAlongX 1
TotalAlongY 1
TotalNumber 1
UseBottomPlateClearance 0
UseClearance 1
UseFaceOrSketch Face
UsePunchPlateClearance 0
UseStripperPlateClearance 0

New in version NX7.5.0.

Properties

Property Description
BottomPlateClearance Returns or sets the bottom plate clearance.
CircDeleteAllComponents Returns or sets the option to delete all components in circular array.
CircularInsert Returns the insert to do circular array.
CircularOperation Returns or sets the circular array operation.
CircularVector Returns or sets the specified vector for defining circular array axis.
ClearanceValue Returns or sets the clearance value.
ControlPoint Returns or sets the control point for the copy operation.
CopySelectInsert Returns the insert to be copied.
CreateCurvesToDivideFace Returns the curves created to divid the face
DesignTool Returns or sets the design tool.
DestinationPoint Returns or sets the destination point for the copy operation.
FaceForRamp Returns the sweep face for editing ramp.
FalseBodyHeight Returns the false body height.
HeelHeight Returns or sets the heel height.
HeelLength Returns or sets the heel length.
HeelRadian Returns or sets the heel radius.
HeelWidth Returns or sets the heel width.
InsertEdge Returns the insert edge.
InsertShankFace Returns the insert shank face.
InsertsToDelete Returns the insert objects to be deleted.
MountPunchEdge Returns the punch edge to place the mount.
MountPunchFace Returns the punch face to place the mount.
OffsetAngle Returns or sets the offset angle of circular array.
OffsetX Returns or sets the offset value along X.
OffsetY Returns or sets the offset value along Y.
PointForRamp Returns or sets the tangent point for the sweep guide curve
Punch Returns the selected punch.
PunchEdge Returns the punch edge.
PunchPlateClearance Returns or sets the punch plate clearance.
PunchShankFace Returns the punch shank.
PunchShankParaC Returns or sets the punch shank parameter for clearance between true body and false body.
PunchShankParaFL Returns or sets the punch shank parameter false body height.
PunchShankParaL1 Returns or sets the punch shank parameter for true body and false body length.
PunchShankParaLength Returns or sets the punch shank parameter length.
PunchShankParaPL Returns or sets the punch shank parameter for true body height.
PunchShankParaR Returns or sets the punch shank parameter for true body radius.
PunchShankParaWidth Returns or sets the punch shank parameter width.
RadiusForRamp Returns the the sweep guide curve radius.
RampShankHeight Returns the ramp shank height.
RampSteps Returns or sets the ramp steps
RectDeleteAllComponents Returns or sets the option to delete all components in rectangular array.
RectangularInsert Returns the insert to do rectangular array .
RectangularOperation Returns or sets the rectangular array operation.
RectangularXVector Returns or sets the X vector for rectangular array.
RectangularYVector Returns or sets the Y vector for rectangular array.
SelectFaceToDivide Returns the select face to divide
SelectInsertToDeleteRamp Returns the select insert to delete ramp
SelectRampFeature Returns the select ramp feature
SelectShankProfile Returns the selected shank profile.
ShankShape Returns or sets the shank shape.
ShanksToDelete Returns the faces of those to be deleted shanks.
SketchToRevolve Returns the sketch to revolve
StripperPlateClearance Returns or sets the stripper plate clearance.
Tag Returns the Tag for this object.
TotalAlongX Returns or sets the total number of insert along X.
TotalAlongY Returns or sets the total number of insert along Y.
TotalNumber Returns or sets the total number of insert for circular array.
Type Returns or sets the insert auxiliary type.
UseBottomPlateClearance Returns or sets the option to use bottoming plate clearance.
UseClearance Returns or sets the option to use clearance.
UseFaceOrSketch Returns or sets the use face or sketch option
UsePunchPlateClearance Returns or sets the option to use punch plate clearance.
UseStripperPlateClearance Returns or sets the option to stripper plate clearance.
VectorForRamp Returns or sets the vector to determintate the datum plane normal that the sweep guide curve in.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
DesignMountHead Design mount head for insert.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

InsertAuxiliaryBuilderCircOperationTypes Enumeration Specifies the options of circular array.
InsertAuxiliaryBuilderDesignToolOption Enumeration Specifies the design tool option.
InsertAuxiliaryBuilderRampStepsType Enumeration Specifies the ramp steps.
InsertAuxiliaryBuilderRectOperationOption Enumeration Specifies the rectangular array option.
InsertAuxiliaryBuilderShankShapeTypes Enumeration Specifies the shank shape.
InsertAuxiliaryBuilderTypes Enumeration Specifies the insert auxiliary type.
InsertAuxiliaryBuilderUseFaceOrSketchToRevolve Enumeration Specifies the use face or sketch to revolve.

Property Detail

BottomPlateClearance

InsertAuxiliaryBuilder.BottomPlateClearance

Returns or sets the bottom plate clearance.

-------------------------------------

Getter Method

Signature BottomPlateClearance

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BottomPlateClearance

Parameters:bottomPlateClr (float) –

New in version NX7.5.0.

License requirements: None.

CircDeleteAllComponents

InsertAuxiliaryBuilder.CircDeleteAllComponents

Returns or sets the option to delete all components in circular array.

-------------------------------------

Getter Method

Signature CircDeleteAllComponents

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CircDeleteAllComponents

Parameters:circDeleteAllComponents (bool) –

New in version NX7.5.0.

License requirements: None.

CircularInsert

InsertAuxiliaryBuilder.CircularInsert

Returns the insert to do circular array.

-------------------------------------

Getter Method

Signature CircularInsert

Returns:
Return type:NXOpen.SelectBody

New in version NX7.5.0.

License requirements: None.

CircularOperation

InsertAuxiliaryBuilder.CircularOperation

Returns or sets the circular array operation.

-------------------------------------

Getter Method

Signature CircularOperation

Returns:
Return type:NXOpen.Tooling.InsertAuxiliaryBuilderCircOperationTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CircularOperation

Parameters:circOperationType (NXOpen.Tooling.InsertAuxiliaryBuilderCircOperationTypes) –

New in version NX7.5.0.

License requirements: None.

CircularVector

InsertAuxiliaryBuilder.CircularVector

Returns or sets the specified vector for defining circular array axis.

-------------------------------------

Getter Method

Signature CircularVector

Returns:
Return type:NXOpen.Direction

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CircularVector

Parameters:circSpecifyVector (NXOpen.Direction) –

New in version NX7.5.0.

License requirements: None.

ClearanceValue

InsertAuxiliaryBuilder.ClearanceValue

Returns or sets the clearance value.

-------------------------------------

Getter Method

Signature ClearanceValue

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ClearanceValue

Parameters:clearanceValue (float) –

New in version NX7.5.0.

License requirements: None.

ControlPoint

InsertAuxiliaryBuilder.ControlPoint

Returns or sets the control point for the copy operation.

-------------------------------------

Getter Method

Signature ControlPoint

Returns:
Return type:NXOpen.Point

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ControlPoint

Parameters:specifyControlPoint (NXOpen.Point) –

New in version NX7.5.0.

License requirements: None.

CopySelectInsert

InsertAuxiliaryBuilder.CopySelectInsert

Returns the insert to be copied.

-------------------------------------

Getter Method

Signature CopySelectInsert

Returns:
Return type:NXOpen.SelectBodyList

New in version NX7.5.0.

License requirements: None.

CreateCurvesToDivideFace

InsertAuxiliaryBuilder.CreateCurvesToDivideFace

Returns the curves created to divid the face

-------------------------------------

Getter Method

Signature CreateCurvesToDivideFace

Returns:
Return type:NXOpen.Section

New in version NX11.0.0.

License requirements: None.

DesignTool

InsertAuxiliaryBuilder.DesignTool

Returns or sets the design tool.

-------------------------------------

Getter Method

Signature DesignTool

Returns:
Return type:NXOpen.Tooling.InsertAuxiliaryBuilderDesignToolOption

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DesignTool

Parameters:designTool (NXOpen.Tooling.InsertAuxiliaryBuilderDesignToolOption) –

New in version NX7.5.0.

License requirements: None.

DestinationPoint

InsertAuxiliaryBuilder.DestinationPoint

Returns or sets the destination point for the copy operation.

-------------------------------------

Getter Method

Signature DestinationPoint

Returns:
Return type:NXOpen.Point

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DestinationPoint

Parameters:specifyDestinationPoint (NXOpen.Point) –

New in version NX7.5.0.

License requirements: None.

FaceForRamp

InsertAuxiliaryBuilder.FaceForRamp

Returns the sweep face for editing ramp.

-------------------------------------

Getter Method

Signature FaceForRamp

Returns:
Return type:NXOpen.ScCollector

New in version NX7.5.0.

License requirements: None.

FalseBodyHeight

InsertAuxiliaryBuilder.FalseBodyHeight

Returns the false body height.

-------------------------------------

Getter Method

Signature FalseBodyHeight

Returns:
Return type:NXOpen.Expression

New in version NX7.5.0.

License requirements: None.

HeelHeight

InsertAuxiliaryBuilder.HeelHeight

Returns or sets the heel height.

-------------------------------------

Getter Method

Signature HeelHeight

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature HeelHeight

Parameters:heelHeight (float) –

New in version NX7.5.0.

License requirements: None.

HeelLength

InsertAuxiliaryBuilder.HeelLength

Returns or sets the heel length.

-------------------------------------

Getter Method

Signature HeelLength

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature HeelLength

Parameters:heelLength (float) –

New in version NX7.5.0.

License requirements: None.

HeelRadian

InsertAuxiliaryBuilder.HeelRadian

Returns or sets the heel radius.

-------------------------------------

Getter Method

Signature HeelRadian

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature HeelRadian

Parameters:heelRadian (float) –

New in version NX7.5.0.

License requirements: None.

HeelWidth

InsertAuxiliaryBuilder.HeelWidth

Returns or sets the heel width.

-------------------------------------

Getter Method

Signature HeelWidth

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature HeelWidth

Parameters:heelWidth (float) –

New in version NX7.5.0.

License requirements: None.

InsertEdge

InsertAuxiliaryBuilder.InsertEdge

Returns the insert edge.

-------------------------------------

Getter Method

Signature InsertEdge

Returns:
Return type:NXOpen.SelectEdge

New in version NX7.5.0.

License requirements: None.

InsertShankFace

InsertAuxiliaryBuilder.InsertShankFace

Returns the insert shank face.

-------------------------------------

Getter Method

Signature InsertShankFace

Returns:
Return type:NXOpen.ScCollector

New in version NX7.5.0.

License requirements: None.

InsertsToDelete

InsertAuxiliaryBuilder.InsertsToDelete

Returns the insert objects to be deleted.

-------------------------------------

Getter Method

Signature InsertsToDelete

Returns:
Return type:NXOpen.SelectBodyList

New in version NX7.5.0.

License requirements: None.

MountPunchEdge

InsertAuxiliaryBuilder.MountPunchEdge

Returns the punch edge to place the mount.

-------------------------------------

Getter Method

Signature MountPunchEdge

Returns:
Return type:NXOpen.SelectEdge

New in version NX7.5.0.

License requirements: None.

MountPunchFace

InsertAuxiliaryBuilder.MountPunchFace

Returns the punch face to place the mount.

-------------------------------------

Getter Method

Signature MountPunchFace

Returns:
Return type:NXOpen.ScCollector

New in version NX7.5.0.

License requirements: None.

OffsetAngle

InsertAuxiliaryBuilder.OffsetAngle

Returns or sets the offset angle of circular array.

-------------------------------------

Getter Method

Signature OffsetAngle

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature OffsetAngle

Parameters:offsetAngle (float) –

New in version NX7.5.0.

License requirements: None.

OffsetX

InsertAuxiliaryBuilder.OffsetX

Returns or sets the offset value along X.

-------------------------------------

Getter Method

Signature OffsetX

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature OffsetX

Parameters:offsetX (float) –

New in version NX7.5.0.

License requirements: None.

OffsetY

InsertAuxiliaryBuilder.OffsetY

Returns or sets the offset value along Y.

-------------------------------------

Getter Method

Signature OffsetY

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature OffsetY

Parameters:offsetY (float) –

New in version NX7.5.0.

License requirements: None.

PointForRamp

InsertAuxiliaryBuilder.PointForRamp

Returns or sets the tangent point for the sweep guide curve

-------------------------------------

Getter Method

Signature PointForRamp

Returns:
Return type:NXOpen.Point

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PointForRamp

Parameters:pointForRamp (NXOpen.Point) –

New in version NX7.5.0.

License requirements: None.

Punch

InsertAuxiliaryBuilder.Punch

Returns the selected punch.

-------------------------------------

Getter Method

Signature Punch

Returns:
Return type:NXOpen.SelectBody

New in version NX7.5.0.

License requirements: None.

PunchEdge

InsertAuxiliaryBuilder.PunchEdge

Returns the punch edge.

-------------------------------------

Getter Method

Signature PunchEdge

Returns:
Return type:NXOpen.SelectEdge

New in version NX7.5.0.

License requirements: None.

PunchPlateClearance

InsertAuxiliaryBuilder.PunchPlateClearance

Returns or sets the punch plate clearance.

-------------------------------------

Getter Method

Signature PunchPlateClearance

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PunchPlateClearance

Parameters:punchPlateClr (float) –

New in version NX7.5.0.

License requirements: None.

PunchShankFace

InsertAuxiliaryBuilder.PunchShankFace

Returns the punch shank.

-------------------------------------

Getter Method

Signature PunchShankFace

Returns:
Return type:NXOpen.ScCollector

New in version NX7.5.0.

License requirements: None.

PunchShankParaC

InsertAuxiliaryBuilder.PunchShankParaC

Returns or sets the punch shank parameter for clearance between true body and false body.

-------------------------------------

Getter Method

Signature PunchShankParaC

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PunchShankParaC

Parameters:punchShankParaC (float) –

New in version NX7.5.0.

License requirements: None.

PunchShankParaFL

InsertAuxiliaryBuilder.PunchShankParaFL

Returns or sets the punch shank parameter false body height.

-------------------------------------

Getter Method

Signature PunchShankParaFL

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PunchShankParaFL

Parameters:punchShankParaFL (float) –

New in version NX7.5.0.

License requirements: None.

PunchShankParaL1

InsertAuxiliaryBuilder.PunchShankParaL1

Returns or sets the punch shank parameter for true body and false body length.

-------------------------------------

Getter Method

Signature PunchShankParaL1

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PunchShankParaL1

Parameters:punchShankParaL1 (float) –

New in version NX7.5.0.

License requirements: None.

PunchShankParaLength

InsertAuxiliaryBuilder.PunchShankParaLength

Returns or sets the punch shank parameter length.

-------------------------------------

Getter Method

Signature PunchShankParaLength

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PunchShankParaLength

Parameters:punchShankParaL (float) –

New in version NX7.5.0.

License requirements: None.

PunchShankParaPL

InsertAuxiliaryBuilder.PunchShankParaPL

Returns or sets the punch shank parameter for true body height.

-------------------------------------

Getter Method

Signature PunchShankParaPL

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PunchShankParaPL

Parameters:punchShankParaPL (float) –

New in version NX7.5.0.

License requirements: None.

PunchShankParaR

InsertAuxiliaryBuilder.PunchShankParaR

Returns or sets the punch shank parameter for true body radius.

-------------------------------------

Getter Method

Signature PunchShankParaR

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PunchShankParaR

Parameters:punchShankParaR (float) –

New in version NX7.5.0.

License requirements: None.

PunchShankParaWidth

InsertAuxiliaryBuilder.PunchShankParaWidth

Returns or sets the punch shank parameter width.

-------------------------------------

Getter Method

Signature PunchShankParaWidth

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PunchShankParaWidth

Parameters:punchShankParaW (float) –

New in version NX7.5.0.

License requirements: None.

RadiusForRamp

InsertAuxiliaryBuilder.RadiusForRamp

Returns the the sweep guide curve radius.

-------------------------------------

Getter Method

Signature RadiusForRamp

Returns:
Return type:NXOpen.Expression

New in version NX7.5.0.

License requirements: None.

RampShankHeight

InsertAuxiliaryBuilder.RampShankHeight

Returns the ramp shank height.

-------------------------------------

Getter Method

Signature RampShankHeight

Returns:
Return type:NXOpen.Expression

New in version NX7.5.0.

License requirements: None.

RampSteps

InsertAuxiliaryBuilder.RampSteps

Returns or sets the ramp steps

-------------------------------------

Getter Method

Signature RampSteps

Returns:
Return type:NXOpen.Tooling.InsertAuxiliaryBuilderRampStepsType

New in version NX11.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RampSteps

Parameters:rampSteps (NXOpen.Tooling.InsertAuxiliaryBuilderRampStepsType) –

New in version NX11.0.0.

License requirements: prog_die_wizard (“UG/Progressive Die Wizard”)

RectDeleteAllComponents

InsertAuxiliaryBuilder.RectDeleteAllComponents

Returns or sets the option to delete all components in rectangular array.

-------------------------------------

Getter Method

Signature RectDeleteAllComponents

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RectDeleteAllComponents

Parameters:rectDeleteAllComponents (bool) –

New in version NX7.5.0.

License requirements: None.

RectangularInsert

InsertAuxiliaryBuilder.RectangularInsert

Returns the insert to do rectangular array .

-------------------------------------

Getter Method

Signature RectangularInsert

Returns:
Return type:NXOpen.SelectBody

New in version NX7.5.0.

License requirements: None.

RectangularOperation

InsertAuxiliaryBuilder.RectangularOperation

Returns or sets the rectangular array operation.

-------------------------------------

Getter Method

Signature RectangularOperation

Returns:
Return type:NXOpen.Tooling.InsertAuxiliaryBuilderRectOperationOption

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RectangularOperation

Parameters:rectOperationType (NXOpen.Tooling.InsertAuxiliaryBuilderRectOperationOption) –

New in version NX7.5.0.

License requirements: None.

RectangularXVector

InsertAuxiliaryBuilder.RectangularXVector

Returns or sets the X vector for rectangular array.

-------------------------------------

Getter Method

Signature RectangularXVector

Returns:
Return type:NXOpen.Direction

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RectangularXVector

Parameters:rectSpecifyVectorX (NXOpen.Direction) –

New in version NX7.5.0.

License requirements: None.

RectangularYVector

InsertAuxiliaryBuilder.RectangularYVector

Returns or sets the Y vector for rectangular array.

-------------------------------------

Getter Method

Signature RectangularYVector

Returns:
Return type:NXOpen.Direction

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RectangularYVector

Parameters:rectSpecifyVectorY (NXOpen.Direction) –

New in version NX7.5.0.

License requirements: None.

SelectFaceToDivide

InsertAuxiliaryBuilder.SelectFaceToDivide

Returns the select face to divide

-------------------------------------

Getter Method

Signature SelectFaceToDivide

Returns:
Return type:NXOpen.SelectFace

New in version NX11.0.0.

License requirements: None.

SelectInsertToDeleteRamp

InsertAuxiliaryBuilder.SelectInsertToDeleteRamp

Returns the select insert to delete ramp

-------------------------------------

Getter Method

Signature SelectInsertToDeleteRamp

Returns:
Return type:NXOpen.SelectBody

New in version NX11.0.0.

License requirements: None.

SelectRampFeature

InsertAuxiliaryBuilder.SelectRampFeature

Returns the select ramp feature

-------------------------------------

Getter Method

Signature SelectRampFeature

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX11.0.0.

License requirements: None.

SelectShankProfile

InsertAuxiliaryBuilder.SelectShankProfile

Returns the selected shank profile.

-------------------------------------

Getter Method

Signature SelectShankProfile

Returns:
Return type:NXOpen.Section

New in version NX7.5.0.

License requirements: None.

ShankShape

InsertAuxiliaryBuilder.ShankShape

Returns or sets the shank shape.

-------------------------------------

Getter Method

Signature ShankShape

Returns:
Return type:NXOpen.Tooling.InsertAuxiliaryBuilderShankShapeTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShankShape

Parameters:shankShape (NXOpen.Tooling.InsertAuxiliaryBuilderShankShapeTypes) –

New in version NX7.5.0.

License requirements: None.

ShanksToDelete

InsertAuxiliaryBuilder.ShanksToDelete

Returns the faces of those to be deleted shanks.

-------------------------------------

Getter Method

Signature ShanksToDelete

Returns:
Return type:NXOpen.ScCollector

New in version NX7.5.0.

License requirements: None.

SketchToRevolve

InsertAuxiliaryBuilder.SketchToRevolve

Returns the sketch to revolve

-------------------------------------

Getter Method

Signature SketchToRevolve

Returns:
Return type:NXOpen.Section

New in version NX11.0.1.

License requirements: None.

StripperPlateClearance

InsertAuxiliaryBuilder.StripperPlateClearance

Returns or sets the stripper plate clearance.

-------------------------------------

Getter Method

Signature StripperPlateClearance

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StripperPlateClearance

Parameters:stripperPlateClr (float) –

New in version NX7.5.0.

License requirements: None.

TotalAlongX

InsertAuxiliaryBuilder.TotalAlongX

Returns or sets the total number of insert along X.

-------------------------------------

Getter Method

Signature TotalAlongX

Returns:
Return type:int

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TotalAlongX

Parameters:totalNumberX (int) –

New in version NX7.5.0.

License requirements: None.

TotalAlongY

InsertAuxiliaryBuilder.TotalAlongY

Returns or sets the total number of insert along Y.

-------------------------------------

Getter Method

Signature TotalAlongY

Returns:
Return type:int

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TotalAlongY

Parameters:totalNumberY (int) –

New in version NX7.5.0.

License requirements: None.

TotalNumber

InsertAuxiliaryBuilder.TotalNumber

Returns or sets the total number of insert for circular array.

-------------------------------------

Getter Method

Signature TotalNumber

Returns:
Return type:int

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TotalNumber

Parameters:totalNumber (int) –

New in version NX7.5.0.

License requirements: None.

Type

InsertAuxiliaryBuilder.Type

Returns or sets the insert auxiliary type.

-------------------------------------

Getter Method

Signature Type

Returns:
Return type:NXOpen.Tooling.InsertAuxiliaryBuilderTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Type

Parameters:type (NXOpen.Tooling.InsertAuxiliaryBuilderTypes) –

New in version NX7.5.0.

License requirements: None.

UseBottomPlateClearance

InsertAuxiliaryBuilder.UseBottomPlateClearance

Returns or sets the option to use bottoming plate clearance.

-------------------------------------

Getter Method

Signature UseBottomPlateClearance

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UseBottomPlateClearance

Parameters:useBPClearance (bool) –

New in version NX7.5.0.

License requirements: None.

UseClearance

InsertAuxiliaryBuilder.UseClearance

Returns or sets the option to use clearance.

-------------------------------------

Getter Method

Signature UseClearance

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UseClearance

Parameters:useClearance (bool) –

New in version NX7.5.0.

License requirements: None.

UseFaceOrSketch

InsertAuxiliaryBuilder.UseFaceOrSketch

Returns or sets the use face or sketch option

-------------------------------------

Getter Method

Signature UseFaceOrSketch

Returns:
Return type:NXOpen.Tooling.InsertAuxiliaryBuilderUseFaceOrSketchToRevolve

New in version NX11.0.1.

License requirements: None.

-------------------------------------

Setter Method

Signature UseFaceOrSketch

Parameters:useFaceOrSketch (NXOpen.Tooling.InsertAuxiliaryBuilderUseFaceOrSketchToRevolve) –

New in version NX11.0.1.

License requirements: prog_die_wizard (“UG/Progressive Die Wizard”)

UsePunchPlateClearance

InsertAuxiliaryBuilder.UsePunchPlateClearance

Returns or sets the option to use punch plate clearance.

-------------------------------------

Getter Method

Signature UsePunchPlateClearance

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UsePunchPlateClearance

Parameters:usePPClearance (bool) –

New in version NX7.5.0.

License requirements: None.

UseStripperPlateClearance

InsertAuxiliaryBuilder.UseStripperPlateClearance

Returns or sets the option to stripper plate clearance.

-------------------------------------

Getter Method

Signature UseStripperPlateClearance

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UseStripperPlateClearance

Parameters:useSPClearance (bool) –

New in version NX7.5.0.

License requirements: None.

VectorForRamp

InsertAuxiliaryBuilder.VectorForRamp

Returns or sets the vector to determintate the datum plane normal that the sweep guide curve in.

-------------------------------------

Getter Method

Signature VectorForRamp

Returns:
Return type:NXOpen.Direction

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VectorForRamp

Parameters:vectorForRamp (NXOpen.Direction) –

New in version NX7.5.0.

License requirements: None.

Method Detail

DesignMountHead

InsertAuxiliaryBuilder.DesignMountHead

Design mount head for insert.

Signature DesignMountHead()

New in version NX7.5.0.

License requirements: None.

Validate

InsertAuxiliaryBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.