InspectionAxisExtrapolationModeBuilder Class¶
-
class
NXOpen.CAM.InspectionAxisExtrapolationModeBuilder¶ Bases:
NXOpen.CAM.InheritableBuilderRepresents a builder for an inheritable axis extrapolation mode enum value
New in version NX8.5.1.
Properties¶
| Property | Description |
|---|---|
| InheritanceStatus | Returns or sets the inheritance status |
| Tag | Returns the Tag for this object. |
| Value | Returns or sets the current axis extrapolation mode |
Methods¶
Property Detail¶
Value¶
-
InspectionAxisExtrapolationModeBuilder.Value¶ Returns or sets the current axis extrapolation mode
-------------------------------------Getter Method
Signature
ValueReturns: the current axis extrapolation mode Return type: NXOpen.CAM.InspectionMethodBuilderAxisExtrapolationTypesNew in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ValueParameters: itemValue ( NXOpen.CAM.InspectionMethodBuilderAxisExtrapolationTypes) – the new axis extrapolation modeNew in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)