LaserCutoutDefinition Class¶
-
class
NXOpen.CAM.LaserCutoutDefinition¶ Bases:
NXOpen.TaggedObjectRepresents cutout definition settings for laser move
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| Angle | Returns or sets the Angle |
| CenterPoint | Returns or sets the Center Point |
| CornerRadius | Returns or sets the Corner Radius |
| CutoutDefType | Returns or sets the Cutout Definition Type |
| CutoutSection | Returns or sets the Cutout Section |
| Diameter | Returns or sets the Diameter |
| Length | Returns or sets the Length |
| Tag | Returns the Tag for this object. |
| Width | Returns or sets the Width |
| WrenchSize | Returns or sets the Wrench Size |
Methods¶
Enumerations¶
| LaserCutoutDefinitionTypes Enumeration | the Cutout Definition Type enum |
Property Detail¶
Angle¶
-
LaserCutoutDefinition.Angle¶ Returns or sets the Angle
-------------------------------------Getter Method
Signature
AngleReturns: the angle value Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AngleParameters: newValue (float) – the angle value New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
CenterPoint¶
-
LaserCutoutDefinition.CenterPoint¶ Returns or sets the Center Point
-------------------------------------Getter Method
Signature
CenterPointReturns: the center point Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CenterPointParameters: newValue ( NXOpen.Point) – the center pointNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
CornerRadius¶
-
LaserCutoutDefinition.CornerRadius¶ Returns or sets the Corner Radius
-------------------------------------Getter Method
Signature
CornerRadiusReturns: the corner radius value Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CornerRadiusParameters: newValue (float) – the corner radius value New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
CutoutDefType¶
-
LaserCutoutDefinition.CutoutDefType¶ Returns or sets the Cutout Definition Type
-------------------------------------Getter Method
Signature
CutoutDefTypeReturns: the cutout def type Return type: NXOpen.CAM.LaserCutoutDefinitionTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutoutDefTypeParameters: type ( NXOpen.CAM.LaserCutoutDefinitionTypes) – the cutout def typeNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
CutoutSection¶
-
LaserCutoutDefinition.CutoutSection¶ Returns or sets the Cutout Section
-------------------------------------Getter Method
Signature
CutoutSectionReturns: the Cutout Section Return type: NXOpen.SectionNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutoutSectionParameters: cutoutSection ( NXOpen.Section) – the Cutout SectionNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
Diameter¶
-
LaserCutoutDefinition.Diameter¶ Returns or sets the Diameter
-------------------------------------Getter Method
Signature
DiameterReturns: the diameter value Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DiameterParameters: newValue (float) – the diameter value New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
Length¶
-
LaserCutoutDefinition.Length¶ Returns or sets the Length
-------------------------------------Getter Method
Signature
LengthReturns: the length value Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LengthParameters: newValue (float) – the length value New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
Width¶
-
LaserCutoutDefinition.Width¶ Returns or sets the Width
-------------------------------------Getter Method
Signature
WidthReturns: the width value Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WidthParameters: newValue (float) – the width value New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
WrenchSize¶
-
LaserCutoutDefinition.WrenchSize¶ Returns or sets the Wrench Size
-------------------------------------Getter Method
Signature
WrenchSizeReturns: the wrench size value Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WrenchSizeParameters: newValue (float) – the wrench size value New in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)