CustomLogicalAttribute Class¶
-
class
NXOpen.Features.CustomLogicalAttribute¶ Bases:
NXOpen.Features.CustomAttributeRepresents a
Features.CustomLogicalAttributeclassAn instance of this class can be obtained from
NXOpen.Features.CustomAttributeCollection.CreateCustomLogicalAttribute()New in version NX11.0.0.
Properties¶
| Property | Description |
|---|---|
| Name | Returns or sets the custom attribute name |
| TypeValue | Returns the custom attribute type value |
| Value | Returns or sets the value from custom logical attribute |
Methods¶
| Method | Description |
|---|---|
| AddProperty | The custom attribute add property |
| Dispose | Frees the memory associated with this object. |
| GetProperties | The custom attribute get all properties |
| HasProperty | The custom attribute does property exist on attribute |
| RemoveProperty | The custom attribute remove property |
Property Detail¶
Value¶
-
CustomLogicalAttribute.Value¶ Returns or sets the value from custom logical attribute
-------------------------------------Getter Method
Signature
ValueReturns: Return type: bool New in version NX11.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
-------------------------------------Setter Method
Signature
ValueParameters: logicalValue (bool) – New in version NX11.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)