public interface LaserCutoutDefinition extends TaggedObject
Modifier and Type | Interface and Description |
---|---|
static class |
LaserCutoutDefinition.Types
the Cutout Definition Type enum .
|
Modifier and Type | Method and Description |
---|---|
double |
angle()
Returns the Angle
License requirements: None. |
Point |
centerPoint()
Returns the Center Point
License requirements: None. |
double |
cornerRadius()
Returns the Corner Radius
License requirements: None. |
LaserCutoutDefinition.Types |
cutoutDefType()
Returns the Cutout Definition Type
License requirements: None. |
Section |
cutoutSection()
Returns the Cutout Section
License requirements: None. |
double |
diameter()
Returns the Diameter
License requirements: None. |
double |
length()
Returns the Length
License requirements: None. |
void |
setAngle(double newValue)
License requirements: cam_base ("CAM BASE") . |
void |
setCenterPoint(Point newValue)
License requirements: cam_base ("CAM BASE") . |
void |
setCornerRadius(double newValue)
License requirements: cam_base ("CAM BASE") . |
void |
setCutoutDefType(LaserCutoutDefinition.Types type)
License requirements: cam_base ("CAM BASE") . |
void |
setCutoutSection(Section cutoutSection)
License requirements: cam_base ("CAM BASE") . |
void |
setDiameter(double newValue)
License requirements: cam_base ("CAM BASE") . |
void |
setLength(double newValue)
License requirements: cam_base ("CAM BASE") . |
void |
setWidth(double newValue)
License requirements: cam_base ("CAM BASE") . |
void |
setWrenchSize(double newValue)
License requirements: cam_base ("CAM BASE") . |
double |
width()
Returns the Width
License requirements: None. |
double |
wrenchSize()
Returns the Wrench Size
License requirements: None. |
printTestData, printTestData, tag, tagValue
LaserCutoutDefinition.Types cutoutDefType() throws NXException, RemoteException
NXException
RemoteException
void setCutoutDefType(LaserCutoutDefinition.Types type) throws NXException, RemoteException
type
- the cutout def typeNXException
RemoteException
Point centerPoint() throws NXException, RemoteException
NXException
RemoteException
void setCenterPoint(Point newValue) throws NXException, RemoteException
newValue
- the center pointNXException
RemoteException
Section cutoutSection() throws NXException, RemoteException
NXException
RemoteException
void setCutoutSection(Section cutoutSection) throws NXException, RemoteException
cutoutSection
- the Cutout SectionNXException
RemoteException
double diameter() throws NXException, RemoteException
NXException
RemoteException
void setDiameter(double newValue) throws NXException, RemoteException
newValue
- the diameter valueNXException
RemoteException
double length() throws NXException, RemoteException
NXException
RemoteException
void setLength(double newValue) throws NXException, RemoteException
newValue
- the length valueNXException
RemoteException
double width() throws NXException, RemoteException
NXException
RemoteException
void setWidth(double newValue) throws NXException, RemoteException
newValue
- the width valueNXException
RemoteException
double angle() throws NXException, RemoteException
NXException
RemoteException
void setAngle(double newValue) throws NXException, RemoteException
newValue
- the angle valueNXException
RemoteException
double cornerRadius() throws NXException, RemoteException
NXException
RemoteException
void setCornerRadius(double newValue) throws NXException, RemoteException
newValue
- the corner radius valueNXException
RemoteException
double wrenchSize() throws NXException, RemoteException
NXException
RemoteException
void setWrenchSize(double newValue) throws NXException, RemoteException
newValue
- the wrench size valueNXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.