Table of Contents

Class RawBlock

Namespace
Hi.Numerical.SoftParsers.Raws
Assembly
HiMech.dll

A small NC block for one or several lines.

public class RawBlock
Inheritance
RawBlock
Inherited Members
Extension Methods

Constructors

RawBlock(IndexedFileLine)

public RawBlock(IndexedFileLine indexedFileLine)

Parameters

indexedFileLine IndexedFileLine

RawBlock(List<IndexedFileLine>)

public RawBlock(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>