Class ActCooling
Represents a cooling action for machining operations.
public class ActCooling : IAct
- Inheritance
-
ActCooling
- Implements
- Inherited Members
- Extension Methods
Constructors
ActCooling(bool)
Initializes a new instance of the ActCooling class with the specified cooling state.
public ActCooling(bool isOn)
Parameters
isOn
boolIndicates whether the cooling is turned on.
Properties
IsOn
Gets or sets a value indicating whether the cooling is turned on.
public bool IsOn { get; set; }