PerspectiveViewStyle Class

class NXOpen.Drawings.PerspectiveViewStyle

Bases: object

Represents set of PerspectiveViewStyle applicable to drafting views.

To obtain an instance of this class use Drawings.ViewStyle.Perspective()

New in version NX5.0.0.

Properties

Property Description
BackClipping Returns or sets the status of back clipping
BackClippingDistance Returns or sets the value of back clipping distance
FrontClipping Returns or sets the status of front clipping
FrontClippingDistance Returns or sets the value of front clipping distance
Perspective Returns or sets the status of perspective
PerspectiveDistance Returns or sets the value of perspective distance

Methods

Property Detail

BackClipping

PerspectiveViewStyle.BackClipping

Returns or sets the status of back clipping

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

Getter Method

Signature BackClipping

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature BackClipping

Parameters:backClipping (bool) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

BackClippingDistance

PerspectiveViewStyle.BackClippingDistance

Returns or sets the value of back clipping distance

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

Getter Method

Signature BackClippingDistance

Returns:
Return type:float

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature BackClippingDistance

Parameters:backClippingDistance (float) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

FrontClipping

PerspectiveViewStyle.FrontClipping

Returns or sets the status of front clipping

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

Getter Method

Signature FrontClipping

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature FrontClipping

Parameters:frontClipping (bool) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

FrontClippingDistance

PerspectiveViewStyle.FrontClippingDistance

Returns or sets the value of front clipping distance

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

Getter Method

Signature FrontClippingDistance

Returns:
Return type:float

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature FrontClippingDistance

Parameters:frontClippingDistance (float) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

Perspective

PerspectiveViewStyle.Perspective

Returns or sets the status of perspective

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

Getter Method

Signature Perspective

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Perspective

Parameters:perspective (bool) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

PerspectiveDistance

PerspectiveViewStyle.PerspectiveDistance

Returns or sets the value of perspective distance

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

Getter Method

Signature PerspectiveDistance

Returns:
Return type:float

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature PerspectiveDistance

Parameters:perspectiveDistance (float) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)