The single color of all arrows
Custom data for the part. This field is not used by EnvisionWeb.
Not implemented, always returns false
Remove all arrows from the part
Sets the arrows by providing the vertices (start points) and the vectors (direction and length)
The coordinates and vectors need to be interleaved (x0, y0, z0, x1, y1, z1, ...)
Sets the arrows by providing the vertices (start points) and the vectors (direction and length)
The coordinates and vectors need to be interleaved (x0, y0, z0, x1, y1, z1, ...)
This is the most optimal setting as the PartArrows will just hold a reference to the passed array and not copy any data.
Generated using TypeDoc
A part that can show arrows in a MarkupModel.
Use MarkupModel.addArrowsPart to create a new instance of this class.