Simple3DRendererAddBox Method |
Renders a box.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract void AddBox(
Box box,
bool solid = false,
double lineThickness = 0
)
Parameters
- box Box
- solid Boolean (Optional)
-
- lineThickness Double (Optional)
-
See Also