Arrow Home

To add an arrow into a drawing use following function:

Function Meaning
lcBlockAddArrow By two points

An arrow entity has the following properties:

Property Type Access Meaning
LC_PROP_ENT_...    Base class properties
LC_PROP_ARR_X0 float RW Start point X
LC_PROP_ARR_Y0 float RW Start point Y
LC_PROP_ARR_X1 float RW End point X
LC_PROP_ARR_Y1 float RW End point Y
LC_PROP_ARR_W float RW Width of arrow
LC_PROP_ARR_LEN float RW Distance from start to end
LC_PROP_ARR_ANG float RW Angle from start to end
LC_PROP_ARR_SL float RW Spike length coefficient (0.05 ... 0.5)
LC_PROP_ARR_SR float RW Spike root coefficient (0.05 ... 0.9)
LC_PROP_ARR_SHARP bool RW An arrow has sharp start
LC_PROP_ARR_TIME int RW User-specific value

See also

  Retrieve objects