CycleCoolant Class

class NXOpen.CAM.CycleCoolant

Bases: NXOpen.TaggedObject

Represets a User Defined Event

New in version NX10.0.2.

Properties

Property Description
Coolant Returns or sets the coolant mode
FlowIsActive Returns or sets the flow status
FlowMode Returns or sets the flow mode
IsActive Returns or sets the coolant status
Tag Returns the Tag for this object.

Methods

Enumerations

CycleCoolantFlow Enumeration Available types for coolant flow mode

Property Detail

Coolant

CycleCoolant.Coolant

Returns or sets the coolant mode

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

Getter Method

Signature Coolant

Returns:the coolant mode
Return type:str

New in version NX10.0.2.

License requirements: None.

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

Setter Method

Signature Coolant

Parameters:strCoolant (str) – the coolant mode

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)

FlowIsActive

CycleCoolant.FlowIsActive

Returns or sets the flow status

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

Getter Method

Signature FlowIsActive

Returns:the flow mode status
Return type:bool

New in version NX10.0.2.

License requirements: None.

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

Setter Method

Signature FlowIsActive

Parameters:bActive (bool) – the flow mode status

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)

FlowMode

CycleCoolant.FlowMode

Returns or sets the flow mode

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

Getter Method

Signature FlowMode

Returns:the coolant flow
Return type:NXOpen.CAM.CycleCoolantFlow

New in version NX10.0.2.

License requirements: None.

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

Setter Method

Signature FlowMode

Parameters:coolant (NXOpen.CAM.CycleCoolantFlow) – the coolant flow

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)

IsActive

CycleCoolant.IsActive

Returns or sets the coolant status

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

Getter Method

Signature IsActive

Returns:the coolant mode status
Return type:bool

New in version NX10.0.2.

License requirements: None.

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

Setter Method

Signature IsActive

Parameters:bActive (bool) – the coolant mode status

New in version NX10.0.2.

License requirements: cam_base (“CAM BASE”)