ViewStyleFPCalloutsBuilder Class

class NXOpen.Drawings.ViewStyleFPCalloutsBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the Callout section of the Flat Pattern tab on the View Style Dialog (Drawings.

ViewStyleFPCalloutsBuilder)

New in version NX6.0.0.

Properties

Property Description
State Returns or sets the state toggle on the Callout section of the Flat Pattern tab of the View Style Dialog
Tag Returns the Tag for this object.
Type Returns the type of Flat Pattern Callout

Methods

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

Property Detail

State

ViewStyleFPCalloutsBuilder.State

Returns or sets the state toggle on the Callout section of the Flat Pattern tab of the View Style Dialog

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

Getter Method

Signature State

Returns:Returns the state toggle value that is on the callout section of the flat pattern sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature State

Parameters:stateToggle (bool) – Sets a new state toggle value on the callout section of the flat pattern sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Type

ViewStyleFPCalloutsBuilder.Type

Returns the type of Flat Pattern Callout

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

Getter Method

Signature Type

Returns:Returns the type of flat pattern curve
Return type:str

New in version NX6.0.0.

License requirements: None.

Method Detail

Validate

ViewStyleFPCalloutsBuilder.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.