Simple3DRendererAddBounds Method |
Renders a bounds.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax 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