G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/gcode-renderer-three
GeometryBuildResponse
Interface GeometryBuildResponse
Response: the built tube geometry buffers, all transferred back.
interface
GeometryBuildResponse
{
id
:
number
;
indices
:
ArrayBuffer
;
indicesPerSegment
:
number
;
normals
:
ArrayBuffer
;
positions
:
ArrayBuffer
;
vertexCount
:
number
;
vertexSegment
:
ArrayBuffer
;
}
Index
Properties
id
indices
indices
Per
Segment
normals
positions
vertex
Count
vertex
Segment
Properties
id
id
:
number
indices
indices
:
ArrayBuffer
indices
Per
Segment
indicesPerSegment
:
number
normals
normals
:
ArrayBuffer
positions
positions
:
ArrayBuffer
vertex
Count
vertexCount
:
number
vertex
Segment
vertexSegment
:
ArrayBuffer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
indices
indices
Per
Segment
normals
positions
vertex
Count
vertex
Segment
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
Response: the built tube geometry buffers, all transferred back.