Simple3DRendererAddArrow Method (Ray, Double, Double, Boolean, Double) |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void AddArrow(
Ray ray,
double headHeight = 0,
double headRadius = 0,
bool solid = false,
double lineThickness = 0
)
Parameters
- ray
- Type: NeoAxisRay
- headHeight (Optional)
- Type: SystemDouble
- headRadius (Optional)
- Type: SystemDouble
- solid (Optional)
- Type: SystemBoolean
- lineThickness (Optional)
- Type: SystemDouble
See Also