Click or drag to resize

Simple3DRendererAddLine Method (Simple3DRendererVertex, Simple3DRendererVertex)

Renders a line.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public abstract void AddLine(
	Simple3DRendererVertex start,
	Simple3DRendererVertex end
)

Parameters

start
Type: NeoAxisSimple3DRendererVertex
The line start position.
end
Type: NeoAxisSimple3DRendererVertex
The line end position.
See Also