InspectionSensorStrategyBuilder Class¶
-
class
NXOpen.CAM.InspectionSensorStrategyBuilder¶ Bases:
NXOpen.CAM.InheritableBuilderRepresents a builder for an inheritable sensor strategy enum value
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| InheritanceStatus | Returns or sets the inheritance status |
| Tag | Returns the Tag for this object. |
| Value | Returns or sets the current sensor strategy |
Methods¶
Property Detail¶
Value¶
-
InspectionSensorStrategyBuilder.Value¶ Returns or sets the current sensor strategy
-------------------------------------Getter Method
Signature
ValueReturns: the current sensor strategy Return type: NXOpen.CAM.InspectionMoveBuilderSensorStrategyTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ValueParameters: itemValue ( NXOpen.CAM.InspectionMoveBuilderSensorStrategyTypes) – the new sensor strategyNew in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)