InheritableTextBuilder Class¶
-
class
NXOpen.CAM.InheritableTextBuilder¶ Bases:
NXOpen.CAM.InheritableBuilderRepresents a builder for an inheritable text 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¶
-
InheritableTextBuilder.Value¶ Returns or sets the current value
-------------------------------------Getter Method
Signature
ValueReturns: the current value Return type: str New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ValueParameters: newValue (str) – the new value New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)