AutomationTemplateRegionBuilder Class

class NXOpen.Drawings.AutomationTemplateRegionBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Drawings.AutomationTemplateRegionBuilder

New in version NX9.0.0.

Properties

Property Description
DisplayRegionLabel Returns or sets the flag to indicate if the display region label should be displayed
DisplayTemplatePart Returns or sets the value that determines whether or not regions should be displayed in a non-template part.
LineColorFontWidth Returns the value that specifies the color font width of region objectsline
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

DisplayRegionLabel

AutomationTemplateRegionBuilder.DisplayRegionLabel

Returns or sets the flag to indicate if the display region label should be displayed

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

Getter Method

Signature DisplayRegionLabel

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DisplayRegionLabel

Parameters:displayRegionLabel (bool) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

DisplayTemplatePart

AutomationTemplateRegionBuilder.DisplayTemplatePart

Returns or sets the value that determines whether or not regions should be displayed in a non-template part.

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

Getter Method

Signature DisplayTemplatePart

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DisplayTemplatePart

Parameters:displayTemplatePart (bool) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

LineColorFontWidth

AutomationTemplateRegionBuilder.LineColorFontWidth

Returns the value that specifies the color font width of region objectsline

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

Getter Method

Signature LineColorFontWidth

Returns:
Return type:NXOpen.LineColorFontWidthBuilder

New in version NX9.0.0.

License requirements: None.

Method Detail

Validate

AutomationTemplateRegionBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.