TurnConcaveCornerControl Class

class NXOpen.CAM.TurnConcaveCornerControl

Bases: NXOpen.TaggedObject

Represents a concave corner ja

New in version NX6.0.2.

Properties

Property Description
Radius Returns or sets the Concave Corner Control radius
RadiusOption Returns or sets the Concave Corner Control radius option
Tag Returns the Tag for this object.
Type Returns or sets the Concave Corner Control type

Methods

Enumerations

TurnConcaveCornerControlRadiusOptions Enumeration the Concave Corner Control radius options
TurnConcaveCornerControlTypes Enumeration the Concave Corner Control types

Property Detail

Radius

TurnConcaveCornerControl.Radius

Returns or sets the Concave Corner Control radius

-------------------------------------

Getter Method

Signature Radius

Returns:the Concave Corner Control radius
Return type:float

New in version NX6.0.2.

License requirements: None.

-------------------------------------

Setter Method

Signature Radius

Parameters:radius (float) – the Concave Corner Control radius

New in version NX6.0.2.

License requirements: cam_base (“CAM BASE”)

RadiusOption

TurnConcaveCornerControl.RadiusOption

Returns or sets the Concave Corner Control radius option

-------------------------------------

Getter Method

Signature RadiusOption

Returns:the Concave Corner Control radius option
Return type:NXOpen.CAM.TurnConcaveCornerControlRadiusOptions

New in version NX6.0.2.

License requirements: None.

-------------------------------------

Setter Method

Signature RadiusOption

Parameters:radiusOption (NXOpen.CAM.TurnConcaveCornerControlRadiusOptions) – the Concave Corner Control radius option

New in version NX6.0.2.

License requirements: cam_base (“CAM BASE”)

Type

TurnConcaveCornerControl.Type

Returns or sets the Concave Corner Control type

-------------------------------------

Getter Method

Signature Type

Returns:the Concave Corner Control type
Return type:NXOpen.CAM.TurnConcaveCornerControlTypes

New in version NX6.0.2.

License requirements: None.

-------------------------------------

Setter Method

Signature Type

Parameters:cornerType (NXOpen.CAM.TurnConcaveCornerControlTypes) – the Concave Corner Control type

New in version NX6.0.2.

License requirements: cam_base (“CAM BASE”)