AttributeTemplatesBuilderTemplatesOptions Enumeration

NXOpen.AttributeTemplatesBuilder.TemplatesOptions is an alias for NXOpen.AttributeTemplatesBuilderTemplatesOptions

class NXOpen.AttributeTemplatesBuilderTemplatesOptions

Bases: object

Specifies the templates option when setting or displaying templates.

Enum Members

Enum Member Enum Member Description
Part Templates currently residing in the part
Catalog Templates currently residing in the loaded catalog. These are initially loaded from the external file specified in customer defaults and can be managed using Import and Export. Each template in the catalog can be defined as persistent or transient. A persistent template will be copied into the part when an attribute is created. A transient template will assist in the creation of an attribute but will not be stored in the part.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.