Simple3DRendererAddBounds Method |
Renders a bounds.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract void AddBounds(
Bounds bounds,
bool solid = false,
double lineThickness = 0
)
Parameters
- bounds Bounds
- The bounds.
- solid Boolean (Optional)
-
- lineThickness Double (Optional)
-
See Also