|
NX Open C++ Reference Guide
|
Represents set of PerspectiveViewStyle applicable to drafting views. More...
Public Member Functions | |
| bool | BackClipping () |
| Returns the status of back clipping Created in NX5.0.0. | |
| double | BackClippingDistance () |
| Returns the value of back clipping distance Created in NX5.0.0. | |
| bool | FrontClipping () |
| Returns the status of front clipping Created in NX5.0.0. | |
| double | FrontClippingDistance () |
| Returns the value of front clipping distance Created in NX5.0.0. | |
| bool | Perspective () |
| Returns the status of perspective Created in NX5.0.0. | |
| double | PerspectiveDistance () |
| Returns the value of perspective distance Created in NX5.0.0. | |
| void | SetBackClipping (bool backClipping) |
| Sets the status of back clipping Created in NX5.0.0. | |
| void | SetBackClippingDistance (double backClippingDistance) |
| Sets the value of back clipping distance Created in NX5.0.0. | |
| void | SetFrontClipping (bool frontClipping) |
| Sets the status of front clipping Created in NX5.0.0. | |
| void | SetFrontClippingDistance (double frontClippingDistance) |
| Sets the value of front clipping distance Created in NX5.0.0. | |
| void | SetPerspective (bool perspective) |
| Sets the status of perspective Created in NX5.0.0. | |
| void | SetPerspectiveDistance (double perspectiveDistance) |
| Sets the value of perspective distance Created in NX5.0.0. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents set of PerspectiveViewStyle applicable to drafting views.
To obtain an instance of this class use Drawings::ViewStyle::Perspective
Created in NX5.0.0.
| bool NXOpen::Drawings::PerspectiveViewStyle::BackClipping | ( | ) |
Returns the status of back clipping
Created in NX5.0.0.
License requirements : None
| double NXOpen::Drawings::PerspectiveViewStyle::BackClippingDistance | ( | ) |
Returns the value of back clipping distance
Created in NX5.0.0.
License requirements : None
| bool NXOpen::Drawings::PerspectiveViewStyle::FrontClipping | ( | ) |
Returns the status of front clipping
Created in NX5.0.0.
License requirements : None
| double NXOpen::Drawings::PerspectiveViewStyle::FrontClippingDistance | ( | ) |
Returns the value of front clipping distance
Created in NX5.0.0.
License requirements : None
| bool NXOpen::Drawings::PerspectiveViewStyle::Perspective | ( | ) |
Returns the status of perspective
Created in NX5.0.0.
License requirements : None
| double NXOpen::Drawings::PerspectiveViewStyle::PerspectiveDistance | ( | ) |
Returns the value of perspective distance
Created in NX5.0.0.
License requirements : None
| void NXOpen::Drawings::PerspectiveViewStyle::SetBackClipping | ( | bool | backClipping | ) |
Sets the status of back clipping
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| backClipping | back clipping |
| void NXOpen::Drawings::PerspectiveViewStyle::SetBackClippingDistance | ( | double | backClippingDistance | ) |
Sets the value of back clipping distance
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| backClippingDistance | back clipping distance |
| void NXOpen::Drawings::PerspectiveViewStyle::SetFrontClipping | ( | bool | frontClipping | ) |
Sets the status of front clipping
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| frontClipping | front clipping |
| void NXOpen::Drawings::PerspectiveViewStyle::SetFrontClippingDistance | ( | double | frontClippingDistance | ) |
Sets the value of front clipping distance
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| frontClippingDistance | front clipping distance |
| void NXOpen::Drawings::PerspectiveViewStyle::SetPerspective | ( | bool | perspective | ) |
Sets the status of perspective
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| perspective | perspective |
| void NXOpen::Drawings::PerspectiveViewStyle::SetPerspectiveDistance | ( | double | perspectiveDistance | ) |
Sets the value of perspective distance
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| perspectiveDistance | perspective distance |
| tag_t NXOpen::Drawings::PerspectiveViewStyle::Tag | ( | ) | const |
Returns the tag of this object.