Create an arrow
Declaration Syntax
public IArrow3D CreateArrow(double bodyLength, double headLength, double bodyRadius, double headRadius)
Parameters
- bodyLength(double)
The arrow body length.
- headLength(double)
The arrow head length.
- bodyRadius(double)
The arrow body radius.
- headRadius(double)
The arrow head radius.