Simple3DRendererAddBox Method |
Renders a box.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public abstract void AddBox(
Box box,
bool solid = false,
double lineThickness = 0
)
Parameters
- box
- Type: NeoAxisBox
- solid (Optional)
- Type: SystemBoolean
- lineThickness (Optional)
- Type: SystemDouble
See Also