G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/toolpath-core
sourceLineOfSegment
Function sourceLineOfSegment
sourceLineOfSegment
(
srcByte
:
Uint32Array
,
lineIndex
:
SourceLineIndex
,
segIndex
:
number
,
)
:
null
|
number
1-based source line that produced segment
segIndex
; null when the index is out of range.
Parameters
srcByte
:
Uint32Array
lineIndex
:
SourceLineIndex
segIndex
:
number
Returns
null
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
1-based source line that produced segment
segIndex; null when the index is out of range.