InsertAuxiliaryBuilder Class¶
-
class
NXOpen.Tooling.InsertAuxiliaryBuilder¶ Bases:
NXOpen.BuilderPDW 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
BottomPlateClearanceReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BottomPlateClearanceParameters: 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
CircDeleteAllComponentsReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CircDeleteAllComponentsParameters: circDeleteAllComponents (bool) – New in version NX7.5.0.
License requirements: None.
CircularInsert¶
-
InsertAuxiliaryBuilder.CircularInsert¶ Returns the insert to do circular array.
-------------------------------------Getter Method
Signature
CircularInsertReturns: Return type: NXOpen.SelectBodyNew in version NX7.5.0.
License requirements: None.
CircularOperation¶
-
InsertAuxiliaryBuilder.CircularOperation¶ Returns or sets the circular array operation.
-------------------------------------Getter Method
Signature
CircularOperationReturns: Return type: NXOpen.Tooling.InsertAuxiliaryBuilderCircOperationTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CircularOperationParameters: 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
CircularVectorReturns: Return type: NXOpen.DirectionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CircularVectorParameters: circSpecifyVector ( NXOpen.Direction) –New in version NX7.5.0.
License requirements: None.
ClearanceValue¶
-
InsertAuxiliaryBuilder.ClearanceValue¶ Returns or sets the clearance value.
-------------------------------------Getter Method
Signature
ClearanceValueReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ClearanceValueParameters: 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
ControlPointReturns: Return type: NXOpen.PointNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ControlPointParameters: specifyControlPoint ( NXOpen.Point) –New in version NX7.5.0.
License requirements: None.
CopySelectInsert¶
-
InsertAuxiliaryBuilder.CopySelectInsert¶ Returns the insert to be copied.
-------------------------------------Getter Method
Signature
CopySelectInsertReturns: Return type: NXOpen.SelectBodyListNew in version NX7.5.0.
License requirements: None.
CreateCurvesToDivideFace¶
-
InsertAuxiliaryBuilder.CreateCurvesToDivideFace¶ Returns the curves created to divid the face
-------------------------------------Getter Method
Signature
CreateCurvesToDivideFaceReturns: Return type: NXOpen.SectionNew in version NX11.0.0.
License requirements: None.
DesignTool¶
-
InsertAuxiliaryBuilder.DesignTool¶ Returns or sets the design tool.
-------------------------------------Getter Method
Signature
DesignToolReturns: Return type: NXOpen.Tooling.InsertAuxiliaryBuilderDesignToolOptionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DesignToolParameters: 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
DestinationPointReturns: Return type: NXOpen.PointNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DestinationPointParameters: 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
FaceForRampReturns: Return type: NXOpen.ScCollectorNew in version NX7.5.0.
License requirements: None.
FalseBodyHeight¶
-
InsertAuxiliaryBuilder.FalseBodyHeight¶ Returns the false body height.
-------------------------------------Getter Method
Signature
FalseBodyHeightReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
HeelHeight¶
-
InsertAuxiliaryBuilder.HeelHeight¶ Returns or sets the heel height.
-------------------------------------Getter Method
Signature
HeelHeightReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HeelHeightParameters: heelHeight (float) – New in version NX7.5.0.
License requirements: None.
HeelLength¶
-
InsertAuxiliaryBuilder.HeelLength¶ Returns or sets the heel length.
-------------------------------------Getter Method
Signature
HeelLengthReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HeelLengthParameters: heelLength (float) – New in version NX7.5.0.
License requirements: None.
HeelRadian¶
-
InsertAuxiliaryBuilder.HeelRadian¶ Returns or sets the heel radius.
-------------------------------------Getter Method
Signature
HeelRadianReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HeelRadianParameters: heelRadian (float) – New in version NX7.5.0.
License requirements: None.
HeelWidth¶
-
InsertAuxiliaryBuilder.HeelWidth¶ Returns or sets the heel width.
-------------------------------------Getter Method
Signature
HeelWidthReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HeelWidthParameters: heelWidth (float) – New in version NX7.5.0.
License requirements: None.
InsertEdge¶
-
InsertAuxiliaryBuilder.InsertEdge¶ Returns the insert edge.
-------------------------------------Getter Method
Signature
InsertEdgeReturns: Return type: NXOpen.SelectEdgeNew in version NX7.5.0.
License requirements: None.
InsertShankFace¶
-
InsertAuxiliaryBuilder.InsertShankFace¶ Returns the insert shank face.
-------------------------------------Getter Method
Signature
InsertShankFaceReturns: Return type: NXOpen.ScCollectorNew in version NX7.5.0.
License requirements: None.
InsertsToDelete¶
-
InsertAuxiliaryBuilder.InsertsToDelete¶ Returns the insert objects to be deleted.
-------------------------------------Getter Method
Signature
InsertsToDeleteReturns: Return type: NXOpen.SelectBodyListNew in version NX7.5.0.
License requirements: None.
MountPunchEdge¶
-
InsertAuxiliaryBuilder.MountPunchEdge¶ Returns the punch edge to place the mount.
-------------------------------------Getter Method
Signature
MountPunchEdgeReturns: Return type: NXOpen.SelectEdgeNew in version NX7.5.0.
License requirements: None.
MountPunchFace¶
-
InsertAuxiliaryBuilder.MountPunchFace¶ Returns the punch face to place the mount.
-------------------------------------Getter Method
Signature
MountPunchFaceReturns: Return type: NXOpen.ScCollectorNew in version NX7.5.0.
License requirements: None.
OffsetAngle¶
-
InsertAuxiliaryBuilder.OffsetAngle¶ Returns or sets the offset angle of circular array.
-------------------------------------Getter Method
Signature
OffsetAngleReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetAngleParameters: 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
OffsetXReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetXParameters: 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
OffsetYReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetYParameters: 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
PointForRampReturns: Return type: NXOpen.PointNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointForRampParameters: pointForRamp ( NXOpen.Point) –New in version NX7.5.0.
License requirements: None.
Punch¶
-
InsertAuxiliaryBuilder.Punch¶ Returns the selected punch.
-------------------------------------Getter Method
Signature
PunchReturns: Return type: NXOpen.SelectBodyNew in version NX7.5.0.
License requirements: None.
PunchEdge¶
-
InsertAuxiliaryBuilder.PunchEdge¶ Returns the punch edge.
-------------------------------------Getter Method
Signature
PunchEdgeReturns: Return type: NXOpen.SelectEdgeNew in version NX7.5.0.
License requirements: None.
PunchPlateClearance¶
-
InsertAuxiliaryBuilder.PunchPlateClearance¶ Returns or sets the punch plate clearance.
-------------------------------------Getter Method
Signature
PunchPlateClearanceReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PunchPlateClearanceParameters: punchPlateClr (float) – New in version NX7.5.0.
License requirements: None.
PunchShankFace¶
-
InsertAuxiliaryBuilder.PunchShankFace¶ Returns the punch shank.
-------------------------------------Getter Method
Signature
PunchShankFaceReturns: Return type: NXOpen.ScCollectorNew 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
PunchShankParaCReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PunchShankParaCParameters: 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
PunchShankParaFLReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PunchShankParaFLParameters: 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
PunchShankParaL1Returns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PunchShankParaL1Parameters: 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
PunchShankParaLengthReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PunchShankParaLengthParameters: 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
PunchShankParaPLReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PunchShankParaPLParameters: 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
PunchShankParaRReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PunchShankParaRParameters: 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
PunchShankParaWidthReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PunchShankParaWidthParameters: punchShankParaW (float) – New in version NX7.5.0.
License requirements: None.
RadiusForRamp¶
-
InsertAuxiliaryBuilder.RadiusForRamp¶ Returns the the sweep guide curve radius.
-------------------------------------Getter Method
Signature
RadiusForRampReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
RampShankHeight¶
-
InsertAuxiliaryBuilder.RampShankHeight¶ Returns the ramp shank height.
-------------------------------------Getter Method
Signature
RampShankHeightReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
RampSteps¶
-
InsertAuxiliaryBuilder.RampSteps¶ Returns or sets the ramp steps
-------------------------------------Getter Method
Signature
RampStepsReturns: Return type: NXOpen.Tooling.InsertAuxiliaryBuilderRampStepsTypeNew in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RampStepsParameters: 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
RectDeleteAllComponentsReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RectDeleteAllComponentsParameters: rectDeleteAllComponents (bool) – New in version NX7.5.0.
License requirements: None.
RectangularInsert¶
-
InsertAuxiliaryBuilder.RectangularInsert¶ Returns the insert to do rectangular array .
-------------------------------------Getter Method
Signature
RectangularInsertReturns: Return type: NXOpen.SelectBodyNew in version NX7.5.0.
License requirements: None.
RectangularOperation¶
-
InsertAuxiliaryBuilder.RectangularOperation¶ Returns or sets the rectangular array operation.
-------------------------------------Getter Method
Signature
RectangularOperationReturns: Return type: NXOpen.Tooling.InsertAuxiliaryBuilderRectOperationOptionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RectangularOperationParameters: 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
RectangularXVectorReturns: Return type: NXOpen.DirectionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RectangularXVectorParameters: 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
RectangularYVectorReturns: Return type: NXOpen.DirectionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RectangularYVectorParameters: rectSpecifyVectorY ( NXOpen.Direction) –New in version NX7.5.0.
License requirements: None.
SelectFaceToDivide¶
-
InsertAuxiliaryBuilder.SelectFaceToDivide¶ Returns the select face to divide
-------------------------------------Getter Method
Signature
SelectFaceToDivideReturns: Return type: NXOpen.SelectFaceNew in version NX11.0.0.
License requirements: None.
SelectInsertToDeleteRamp¶
-
InsertAuxiliaryBuilder.SelectInsertToDeleteRamp¶ Returns the select insert to delete ramp
-------------------------------------Getter Method
Signature
SelectInsertToDeleteRampReturns: Return type: NXOpen.SelectBodyNew in version NX11.0.0.
License requirements: None.
SelectRampFeature¶
-
InsertAuxiliaryBuilder.SelectRampFeature¶ Returns the select ramp feature
-------------------------------------Getter Method
Signature
SelectRampFeatureReturns: Return type: NXOpen.SelectNXObjectListNew in version NX11.0.0.
License requirements: None.
SelectShankProfile¶
-
InsertAuxiliaryBuilder.SelectShankProfile¶ Returns the selected shank profile.
-------------------------------------Getter Method
Signature
SelectShankProfileReturns: Return type: NXOpen.SectionNew in version NX7.5.0.
License requirements: None.
ShankShape¶
-
InsertAuxiliaryBuilder.ShankShape¶ Returns or sets the shank shape.
-------------------------------------Getter Method
Signature
ShankShapeReturns: Return type: NXOpen.Tooling.InsertAuxiliaryBuilderShankShapeTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShankShapeParameters: 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
ShanksToDeleteReturns: Return type: NXOpen.ScCollectorNew in version NX7.5.0.
License requirements: None.
SketchToRevolve¶
-
InsertAuxiliaryBuilder.SketchToRevolve¶ Returns the sketch to revolve
-------------------------------------Getter Method
Signature
SketchToRevolveReturns: Return type: NXOpen.SectionNew in version NX11.0.1.
License requirements: None.
StripperPlateClearance¶
-
InsertAuxiliaryBuilder.StripperPlateClearance¶ Returns or sets the stripper plate clearance.
-------------------------------------Getter Method
Signature
StripperPlateClearanceReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StripperPlateClearanceParameters: 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
TotalAlongXReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TotalAlongXParameters: 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
TotalAlongYReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TotalAlongYParameters: 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
TotalNumberReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TotalNumberParameters: totalNumber (int) – New in version NX7.5.0.
License requirements: None.
Type¶
-
InsertAuxiliaryBuilder.Type¶ Returns or sets the insert auxiliary type.
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.Tooling.InsertAuxiliaryBuilderTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: 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
UseBottomPlateClearanceReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UseBottomPlateClearanceParameters: 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
UseClearanceReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UseClearanceParameters: 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
UseFaceOrSketchReturns: Return type: NXOpen.Tooling.InsertAuxiliaryBuilderUseFaceOrSketchToRevolveNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
UseFaceOrSketchParameters: 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
UsePunchPlateClearanceReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UsePunchPlateClearanceParameters: 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
UseStripperPlateClearanceReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UseStripperPlateClearanceParameters: 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
VectorForRampReturns: Return type: NXOpen.DirectionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VectorForRampParameters: 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.