CycleCoolant Class¶
-
class
NXOpen.CAM.CycleCoolant¶ Bases:
NXOpen.TaggedObjectRepresets 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
CoolantReturns: the coolant mode Return type: str New in version NX10.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
CoolantParameters: 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
FlowIsActiveReturns: the flow mode status Return type: bool New in version NX10.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
FlowIsActiveParameters: 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
FlowModeReturns: the coolant flow Return type: NXOpen.CAM.CycleCoolantFlowNew in version NX10.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
FlowModeParameters: coolant ( NXOpen.CAM.CycleCoolantFlow) – the coolant flowNew in version NX10.0.2.
License requirements: cam_base (“CAM BASE”)
IsActive¶
-
CycleCoolant.IsActive¶ Returns or sets the coolant status
-------------------------------------Getter Method
Signature
IsActiveReturns: the coolant mode status Return type: bool New in version NX10.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
IsActiveParameters: bActive (bool) – the coolant mode status New in version NX10.0.2.
License requirements: cam_base (“CAM BASE”)