compas_threejs.materials.line_material.LineMaterial ¤ LineMaterial(color: Color = blue(), linewidth: int = 2) Represents the material properties for rendering lines in a 3D scene. Parameters: color (Color, default: blue() ) – The color of the line. Default is blue.