Table of Contents

Class Sentence

Namespace
Hi.NcParsers
Assembly
HiMech.dll

A small NC block for one or several lines.

public class Sentence
Inheritance
Sentence
Inherited Members
Extension Methods

Constructors

Sentence(IIndexedFileLine)

public Sentence(IIndexedFileLine indexedFileLine)

Parameters

indexedFileLine IIndexedFileLine

Sentence(List<IIndexedFileLine>)

public Sentence(List<IIndexedFileLine> indexedFileLineList)

Parameters

indexedFileLineList List<IIndexedFileLine>

Properties

BlockText

public string BlockText { get; }

Property Value

string

FirstIndexedFileLine

public IIndexedFileLine FirstIndexedFileLine { get; }

Property Value

IIndexedFileLine

IndexedFileLine

public IIndexedFileLine IndexedFileLine { get; set; }

Property Value

IIndexedFileLine

IndexedFileLineList

public List<IIndexedFileLine> IndexedFileLineList { get; set; }

Property Value

List<IIndexedFileLine>