TurnCornerControl Class

class NXOpen.CAM.TurnCornerControl

Bases: NXOpen.TaggedObject

Represents a first plunge ja

New in version NX6.0.0.

Properties

Property Description
MinAngle Returns or sets the minimum angle
Radius Returns or sets the Corner Control radius
Tag Returns the Tag for this object.
Type Returns or sets the Corner Control Types

Methods

Enumerations

TurnCornerControlTypes Enumeration the Corner Control Types options

Property Detail

MinAngle

TurnCornerControl.MinAngle

Returns or sets the minimum angle

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

Getter Method

Signature MinAngle

Returns:
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature MinAngle

Parameters:doubleValue (float) – the the minimum angle

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Radius

TurnCornerControl.Radius

Returns or sets the Corner Control radius

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

Getter Method

Signature Radius

Returns:
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Radius

Parameters:doubleValue (float) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Type

TurnCornerControl.Type

Returns or sets the Corner Control Types

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

Getter Method

Signature Type

Returns:the Corner Control Types
Return type:NXOpen.CAM.TurnCornerControlTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Type

Parameters:cornerType (NXOpen.CAM.TurnCornerControlTypes) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)