Table of Contents

Class ActCooling

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

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 bool

Indicates 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; }

Property Value

bool