ViewStyleProjectedBuilder Class

class NXOpen.Drawings.ViewStyleProjectedBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the PROJECTED tab on the View Style Dialog (Drawings.

ViewStyleProjectedBuilder)

New in version NX6.0.0.

Properties

Property Description
Align Returns or sets the projected view style align toggle on the PROJECTED tab of the View Style Dialog
Gdt Returns or sets the projected view style gdt toggle on the PROJECTED tab of the View Style Dialog
Offset Returns or sets the projected view style offset toggle on the PROJECTED tab of the View Style Dialog
Orient Returns or sets the projected view style orient toggle on the PROJECTED tab of the View Style Dialog
Scale Returns or sets the projected view style scale toggle on the PROJECTED tab of the View Style Dialog
Sheet Returns or sets the projected view style sheet toggle on the PROJECTED tab of the View Style Dialog
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

Align

ViewStyleProjectedBuilder.Align

Returns or sets the projected view style align toggle on the PROJECTED tab of the View Style Dialog

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

Getter Method

Signature Align

Returns:Returns the align toggle value that is on the projected sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Align

Parameters:alignToggle (bool) – Sets a new align toggle value on the projected sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Gdt

ViewStyleProjectedBuilder.Gdt

Returns or sets the projected view style gdt toggle on the PROJECTED tab of the View Style Dialog

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

Getter Method

Signature Gdt

Returns:Returns the gdt toggle value that is on the projected sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Gdt

Parameters:gdtToggle (bool) – Sets a new gdt toggle value on the projected sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Offset

ViewStyleProjectedBuilder.Offset

Returns or sets the projected view style offset toggle on the PROJECTED tab of the View Style Dialog

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

Getter Method

Signature Offset

Returns:Returns the offset toggle value that is on the projected sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Offset

Parameters:offsetToggle (bool) – Sets a new offset toggle value on the projected sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Orient

ViewStyleProjectedBuilder.Orient

Returns or sets the projected view style orient toggle on the PROJECTED tab of the View Style Dialog

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

Getter Method

Signature Orient

Returns:Returns the orient toggle value that is on the projected sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Orient

Parameters:orientToggle (bool) – Sets a new orient toggle value on the projected sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Scale

ViewStyleProjectedBuilder.Scale

Returns or sets the projected view style scale toggle on the PROJECTED tab of the View Style Dialog

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

Getter Method

Signature Scale

Returns:Returns the scale toggle value that is on the projected sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Scale

Parameters:scaleToggle (bool) – Sets a new scale toggle value on the projected sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Sheet

ViewStyleProjectedBuilder.Sheet

Returns or sets the projected view style sheet toggle on the PROJECTED tab of the View Style Dialog

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

Getter Method

Signature Sheet

Returns:Returns the sheet toggle value that is on the projected sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Sheet

Parameters:sheetToggle (bool) – Sets a new sheet toggle value on the projected sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

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