Simple3DRendererAddArrow(Vector3, Vector3, Double, Double, Boolean, Double) Method |
Renders an arrow.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract void AddArrow(
Vector3 from,
Vector3 to,
double headHeight = 0,
double headRadius = 0,
bool solid = false,
double lineThickness = 0
)
Parameters
- from Vector3
-
- to Vector3
-
- headHeight Double (Optional)
-
- headRadius Double (Optional)
-
- solid Boolean (Optional)
-
- lineThickness Double (Optional)
-
See Also