brepjs API Reference
    Preparing search index...

    Interface LineGeometryData

    Line segment data ready for THREE.LineSegments or THREE.Line.

    interface LineGeometryData {
        position: Float32Array;
    }
    Index

    Properties

    Properties

    position: Float32Array

    Flat float array of line vertex positions (x,y,z interleaved).