public interface ViewStylePerspectiveBuilder extends TaggedObject, IComponentBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
backClip()
Returns the back clip toggle on the PERSPECTIVE tab of the View Style Dialog
License requirements: None. |
double |
backClipDistance()
Returns the back clip distance data on the PERSPECTIVE tab of the View Style Dialog
License requirements: None. |
boolean |
frontClip()
Returns the front clip toggle on the PERSPECTIVE tab of the View Style Dialog
License requirements: None. |
double |
frontClipDistance()
Returns the front clip distance data on the PERSPECTIVE tab of the View Style Dialog
License requirements: None. |
boolean |
perspective()
Returns the perspective toggle on the PERSPECTIVE tab of the View Style Dialog
License requirements: None. |
double |
perspectiveDistance()
Returns the perspective distance data on the PERSPECTIVE tab of the View Style Dialog
License requirements: None. |
void |
setBackClip(boolean backClipToggle)
License requirements: drafting ("DRAFTING") . |
void |
setBackClipDistance(double backClipDistanceData)
License requirements: drafting ("DRAFTING") . |
void |
setFrontClip(boolean frontClipToggle)
License requirements: drafting ("DRAFTING") . |
void |
setFrontClipDistance(double frontClipDistanceData)
License requirements: drafting ("DRAFTING") . |
void |
setPerspective(boolean perspectiveToggle)
License requirements: drafting ("DRAFTING") . |
void |
setPerspectiveDistance(double perspectiveDistanceData)
License requirements: drafting ("DRAFTING") . |
void |
setViewOrigin(Point3d viewOrigin)
License requirements: drafting ("DRAFTING") . |
Point3d |
viewOrigin()
Returns the perspective view origin on the PERSPECTIVE tab of the View Style Dialog
License requirements: None. |
printTestData, printTestData, tag, tagValue
validate
boolean frontClip() throws NXException, RemoteException
NXException
RemoteException
void setFrontClip(boolean frontClipToggle) throws NXException, RemoteException
frontClipToggle
- Sets a new front clip toggle value on the perspective sub-builderNXException
RemoteException
double frontClipDistance() throws NXException, RemoteException
NXException
RemoteException
void setFrontClipDistance(double frontClipDistanceData) throws NXException, RemoteException
frontClipDistanceData
- Sets a new front clip distance on the perspective sub-builderNXException
RemoteException
boolean backClip() throws NXException, RemoteException
NXException
RemoteException
void setBackClip(boolean backClipToggle) throws NXException, RemoteException
backClipToggle
- Sets a new back clip toggle value on the perspective sub-builderNXException
RemoteException
double backClipDistance() throws NXException, RemoteException
NXException
RemoteException
void setBackClipDistance(double backClipDistanceData) throws NXException, RemoteException
backClipDistanceData
- Sets a new back clip distance on the perspective sub-builderNXException
RemoteException
boolean perspective() throws NXException, RemoteException
NXException
RemoteException
void setPerspective(boolean perspectiveToggle) throws NXException, RemoteException
perspectiveToggle
- Sets a new perspective toggle value on the perspective sub-builderNXException
RemoteException
double perspectiveDistance() throws NXException, RemoteException
NXException
RemoteException
void setPerspectiveDistance(double perspectiveDistanceData) throws NXException, RemoteException
perspectiveDistanceData
- Sets a new perspective distance on the perspective sub-builderNXException
RemoteException
Point3d viewOrigin() throws NXException, RemoteException
NXException
RemoteException
void setViewOrigin(Point3d viewOrigin) throws NXException, RemoteException
viewOrigin
- Sets a new view origin on the perspective sub-builderNXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.