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
indexedFileLineIndexedFileLine
RawBlock(List<IndexedFileLine>)
public RawBlock(List<IndexedFileLine> indexedFileLineList)
Parameters
indexedFileLineListList<IndexedFileLine>
Properties
BlockText
public string BlockText { get; }
Property Value
FirstIndexedFileLine
public IndexedFileLine FirstIndexedFileLine { get; }
Property Value
IndexedFileLine
public IndexedFileLine IndexedFileLine { get; set; }
Property Value
IndexedFileLineList
public List<IndexedFileLine> IndexedFileLineList { get; set; }