Simple3DRendererAddLine Method (Line3, Double) |
Renders a line.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void AddLine(
Line3 line,
double thickness = 0
)
Parameters
- line
- Type: NeoAxisLine3
The line. - thickness (Optional)
- Type: SystemDouble
See Also