UserDefinedFeatureExpressionData Class

class NXOpen.Features.UserDefinedFeatureExpressionData

Bases: NXOpen.TaggedObject

JA interface for UserDefinedFeatureExpressionData object.

Object of this class contain an expression of a user defined feature and the corresponding prompt. This calls cannot be created

New in version NX8.0.0.

Properties

Property Description
Expression Returns the expression of the user defined feature
Prompt Returns the prompt for the expression of the user defined feature
Tag Returns the Tag for this object.

Methods

Property Detail

Expression

UserDefinedFeatureExpressionData.Expression

Returns the expression of the user defined feature

-------------------------------------

Getter Method

Signature Expression

Returns:the expression of the user defined feature
Return type:NXOpen.Expression

New in version NX8.0.0.

License requirements: None.

Prompt

UserDefinedFeatureExpressionData.Prompt

Returns the prompt for the expression of the user defined feature

-------------------------------------

Getter Method

Signature Prompt

Returns:the prompt for the expression of the user defined feature
Return type:str

New in version NX8.0.0.

License requirements: None.