Click or drag to resize

Simple3DRendererAddBounds Method

Renders a bounds.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public abstract void AddBounds(
	Bounds bounds,
	bool solid = false,
	double lineThickness = 0
)

Parameters

bounds
Type: NeoAxisBounds
The bounds.
solid (Optional)
Type: SystemBoolean
lineThickness (Optional)
Type: SystemDouble
See Also