سلسلة من الخطوط المرسومة بين أزواج الرؤوس.
هذا مشابه تقريبًا لـ [page:Line]؛ الفرق الوحيد هو أنه يتم عرضه باستخدام
[link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements gl.LINES] بدلاً من
[link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements gl.LINE_STRIP].
[page:BufferGeometry geometry] — زوج (أزواج) من الرؤوس التي تمثل كل
خط (خطوط) القطع.
[page:Material material] — المادة المستخدمة للخط. الافتراضي هو
[page:LineBasicMaterial LineBasicMaterial].
انظر إلى الفئة الأساسية [page:Line] للحصول على الخصائص المشتركة.
علامة للقراءة فقط للتحقق مما إذا كان كائن معين هو من نوع [name].
انظر إلى الفئة الأساسية [page:Line] للحصول على الطرق المشتركة.
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]