PerspectiveViewStyle Class¶
-
class
NXOpen.Drawings.PerspectiveViewStyle¶ Bases:
objectRepresents 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
BackClippingReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BackClippingParameters: 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
BackClippingDistanceReturns: Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BackClippingDistanceParameters: 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
FrontClippingReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FrontClippingParameters: 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
FrontClippingDistanceReturns: Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FrontClippingDistanceParameters: 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
PerspectiveReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PerspectiveParameters: 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
PerspectiveDistanceReturns: Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PerspectiveDistanceParameters: perspectiveDistance (float) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)