InheritableDoubleBuilder Class¶
-
class
NXOpen.CAM.InheritableDoubleBuilder¶ Bases:
NXOpen.CAM.InheritableBuilderRepresents a builder for an inheritable double value in of a CAM.
CAMObject .. versionadded:: NX5.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 value |
Methods¶
Property Detail¶
Value¶
-
InheritableDoubleBuilder.Value¶ Returns or sets the current value
-------------------------------------Getter Method
Signature
ValueReturns: the current value Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ValueParameters: newValue (float) – the new value New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”) OR insp_programming (“INSPECTION PROGRAMMING”)