public interface ToolAxisChange extends TaggedObject
Modifier and Type | Interface and Description |
---|---|
static class |
ToolAxisChange.MethodTypes
Available types for tool axis change method
|
Modifier and Type | Method and Description |
---|---|
boolean |
extendAtConvexCorner()
Returns the extend at convex corner toggle
License requirements: None. |
boolean |
liftAtConvexCorner()
Returns the lift at convex corner toggle
License requirements: None. |
InheritableDoubleBuilder |
maxCornerAngle()
Returns the maximum corner angle
License requirements: None. |
InheritableDoubleBuilder |
maxToolAxisChange()
Returns the maximum tool axis change
License requirements: None. |
ToolAxisChange.MethodTypes |
method()
Returns the tool axis change method
License requirements: None. |
InheritableDoubleBuilder |
minToolAxisChange()
Returns the minimum tool axis change
License requirements: None. |
void |
setExtendAtConvexCorner(boolean propValue)
License requirements: cam_base ("CAM BASE") . |
void |
setLiftAtConvexCorner(boolean propValue)
License requirements: cam_base ("CAM BASE") . |
void |
setMethod(ToolAxisChange.MethodTypes propValue)
License requirements: cam_base ("CAM BASE") . |
InheritableDoubleBuilder |
tiltAngle()
Returns the tilt angle
License requirements: None. |
printTestData, printTestData, tag, tagValue
boolean extendAtConvexCorner() throws NXException, RemoteException
NXException
RemoteException
void setExtendAtConvexCorner(boolean propValue) throws NXException, RemoteException
propValue
- the Extend at Convex Corner valueNXException
RemoteException
InheritableDoubleBuilder maxCornerAngle() throws NXException, RemoteException
NXException
RemoteException
InheritableDoubleBuilder maxToolAxisChange() throws NXException, RemoteException
NXException
RemoteException
ToolAxisChange.MethodTypes method() throws NXException, RemoteException
NXException
RemoteException
void setMethod(ToolAxisChange.MethodTypes propValue) throws NXException, RemoteException
propValue
- the value of max tool axis changeNXException
RemoteException
boolean liftAtConvexCorner() throws NXException, RemoteException
NXException
RemoteException
void setLiftAtConvexCorner(boolean propValue) throws NXException, RemoteException
propValue
- the Lift at Convex Corner valueNXException
RemoteException
InheritableDoubleBuilder minToolAxisChange() throws NXException, RemoteException
NXException
RemoteException
InheritableDoubleBuilder tiltAngle() throws NXException, RemoteException
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.