Table of Contents

Class CsScript

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Section-key holder for inline C# scripts attached to an NC block. Carries BeginScript (run before the block's acts) and EndScript (run after). Resolved by CsScriptBeginSemantic and CsScriptEndSemantic.

public class CsScript
Inheritance
CsScript
Inherited Members
Extension Methods

Properties

BeginScript

The script effect before the NC block excuting.

public string BeginScript { get; set; }

Property Value

string

EndScript

The script effect after the NC block excuted.

public string EndScript { get; set; }

Property Value

string