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(IndexedFileLine)

public Sentence(IndexedFileLine indexedFileLine)

Parameters

indexedFileLine IndexedFileLine

Sentence(List<IndexedFileLine>)

public Sentence(List<IndexedFileLine> indexedFileLineList)

Parameters

indexedFileLineList List<IndexedFileLine>

Properties

BlockText

public string BlockText { get; }

Property Value

string

FirstIndexedFileLine

public IndexedFileLine FirstIndexedFileLine { get; }

Property Value

IndexedFileLine

IndexedFileLine

public IndexedFileLine IndexedFileLine { get; set; }

Property Value

IndexedFileLine

IndexedFileLineList

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

Property Value

List<IndexedFileLine>