InspectionSurfaceProfileModeBuilder Class¶
-
class
NXOpen.CAM.InspectionSurfaceProfileModeBuilder¶ Bases:
NXOpen.CAM.InheritableBuilderRepresents a builder for an inheritable datum plane fitting 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 surface profile mode |
Methods¶
Property Detail¶
Value¶
-
InspectionSurfaceProfileModeBuilder.Value¶ Returns or sets the current surface profile mode
-------------------------------------Getter Method
Signature
ValueReturns: the current surface profile mode Return type: NXOpen.CAM.InspectionMethodBuilderSurfaceProfileTypesNew in version NX8.5.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ValueParameters: itemValue ( NXOpen.CAM.InspectionMethodBuilderSurfaceProfileTypes) – the new surface profile modeNew in version NX8.5.1.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)