StartHoleData Class¶
-
class
NXOpen.GeometricUtilities.StartHoleData¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.GeometricUtilities.StartHoleDataNew in version NX5.0.2.
Properties¶
| Property | Description |
|---|---|
| BooleanOperation | Returns the boolean operation |
| CounterboreDepth | Returns the counterbore depth |
| CounterboreDiameter | Returns the counterbore diameter |
| CountersinkAngle | Returns the countersink angle |
| CountersinkDiameter | Returns the countersink diameter |
| EndChamferAngle | Returns the end chamfer angle |
| EndChamferEnabled | Returns or sets the end chamfer enabled |
| EndChamferOffset | Returns the end chamfer offset |
| FitOption | Returns or sets the fit option |
| HoleDiameter | Returns the hole diameter |
| HoleForm | Returns or sets the hole form |
| NeckChamferAngle | Returns the neck chamfer angle |
| NeckChamferEnabled | Returns or sets the neck chamfer enabled |
| NeckChamferOffset | Returns the neck chamfer offset |
| ReliefDepth | Returns the relief depth |
| ReliefEnabled | Returns or sets the relief enabled |
| ScrewSize | Returns or sets the screw size |
| ScrewType | Returns or sets the screw type |
| StartChamferAngle | Returns the start chamfer angle |
| StartChamferEnabled | Returns or sets the start chamfer enabled |
| StartChamferOffset | Returns the start chamfer offset |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| StartHoleDataHoleForms Enumeration | This enum represents hole form options in start plate of hole series. |
Property Detail¶
BooleanOperation¶
-
StartHoleData.BooleanOperation¶ Returns the boolean operation
-------------------------------------Getter Method
Signature
BooleanOperationReturns: Return type: NXOpen.GeometricUtilities.BooleanOperationNew in version NX5.0.2.
License requirements: None.
CounterboreDepth¶
-
StartHoleData.CounterboreDepth¶ Returns the counterbore depth
-------------------------------------Getter Method
Signature
CounterboreDepthReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
CounterboreDiameter¶
-
StartHoleData.CounterboreDiameter¶ Returns the counterbore diameter
-------------------------------------Getter Method
Signature
CounterboreDiameterReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
CountersinkAngle¶
-
StartHoleData.CountersinkAngle¶ Returns the countersink angle
-------------------------------------Getter Method
Signature
CountersinkAngleReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
CountersinkDiameter¶
-
StartHoleData.CountersinkDiameter¶ Returns the countersink diameter
-------------------------------------Getter Method
Signature
CountersinkDiameterReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
EndChamferAngle¶
-
StartHoleData.EndChamferAngle¶ Returns the end chamfer angle
-------------------------------------Getter Method
Signature
EndChamferAngleReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
EndChamferEnabled¶
-
StartHoleData.EndChamferEnabled¶ Returns or sets the end chamfer enabled
-------------------------------------Getter Method
Signature
EndChamferEnabledReturns: Return type: bool New in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
EndChamferEnabledParameters: endChamferEnabled (bool) – New in version NX5.0.2.
License requirements: solid_modeling (“SOLIDS MODELING”)
EndChamferOffset¶
-
StartHoleData.EndChamferOffset¶ Returns the end chamfer offset
-------------------------------------Getter Method
Signature
EndChamferOffsetReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
FitOption¶
-
StartHoleData.FitOption¶ Returns or sets the fit option
-------------------------------------Getter Method
Signature
FitOptionReturns: Return type: str New in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
FitOptionParameters: fitOption (str) – New in version NX5.0.2.
License requirements: solid_modeling (“SOLIDS MODELING”)
HoleDiameter¶
-
StartHoleData.HoleDiameter¶ Returns the hole diameter
-------------------------------------Getter Method
Signature
HoleDiameterReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
HoleForm¶
-
StartHoleData.HoleForm¶ Returns or sets the hole form
-------------------------------------Getter Method
Signature
HoleFormReturns: Return type: NXOpen.GeometricUtilities.StartHoleDataHoleFormsNew in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
HoleFormParameters: holeForm ( NXOpen.GeometricUtilities.StartHoleDataHoleForms) –New in version NX5.0.2.
License requirements: solid_modeling (“SOLIDS MODELING”)
NeckChamferAngle¶
-
StartHoleData.NeckChamferAngle¶ Returns the neck chamfer angle
-------------------------------------Getter Method
Signature
NeckChamferAngleReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
NeckChamferEnabled¶
-
StartHoleData.NeckChamferEnabled¶ Returns or sets the neck chamfer enabled
-------------------------------------Getter Method
Signature
NeckChamferEnabledReturns: Return type: bool New in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
NeckChamferEnabledParameters: neckChamferEnabled (bool) – New in version NX5.0.2.
License requirements: solid_modeling (“SOLIDS MODELING”)
NeckChamferOffset¶
-
StartHoleData.NeckChamferOffset¶ Returns the neck chamfer offset
-------------------------------------Getter Method
Signature
NeckChamferOffsetReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
ReliefDepth¶
-
StartHoleData.ReliefDepth¶ Returns the relief depth
-------------------------------------Getter Method
Signature
ReliefDepthReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
ReliefEnabled¶
-
StartHoleData.ReliefEnabled¶ Returns or sets the relief enabled
-------------------------------------Getter Method
Signature
ReliefEnabledReturns: Return type: bool New in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ReliefEnabledParameters: reliefEnabled (bool) – New in version NX5.0.2.
License requirements: solid_modeling (“SOLIDS MODELING”)
ScrewSize¶
-
StartHoleData.ScrewSize¶ Returns or sets the screw size
-------------------------------------Getter Method
Signature
ScrewSizeReturns: Return type: str New in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ScrewSizeParameters: screwSize (str) – New in version NX5.0.2.
License requirements: solid_modeling (“SOLIDS MODELING”)
ScrewType¶
-
StartHoleData.ScrewType¶ Returns or sets the screw type
-------------------------------------Getter Method
Signature
ScrewTypeReturns: Return type: str New in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ScrewTypeParameters: screwType (str) – New in version NX5.0.2.
License requirements: solid_modeling (“SOLIDS MODELING”)
StartChamferAngle¶
-
StartHoleData.StartChamferAngle¶ Returns the start chamfer angle
-------------------------------------Getter Method
Signature
StartChamferAngleReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
StartChamferEnabled¶
-
StartHoleData.StartChamferEnabled¶ Returns or sets the start chamfer enabled
-------------------------------------Getter Method
Signature
StartChamferEnabledReturns: Return type: bool New in version NX5.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
StartChamferEnabledParameters: startChamferEnabled (bool) – New in version NX5.0.2.
License requirements: solid_modeling (“SOLIDS MODELING”)
StartChamferOffset¶
-
StartHoleData.StartChamferOffset¶ Returns the start chamfer offset
-------------------------------------Getter Method
Signature
StartChamferOffsetReturns: Return type: NXOpen.ExpressionNew in version NX5.0.2.
License requirements: None.
Method Detail¶
Validate¶
-
StartHoleData.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.