Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ardiscript:addshape_ar [2019/09/17 23:11]
optrix [Parameters]
ardiscript:addshape_ar [2019/09/17 23:20] (current)
optrix [Parameters]
Line 15: Line 15:
  
  
-Specifies the name of the object to be added to the marker. This name can be referred to later by other scripts in order to modify and/or interact with it in some way. +Specifies the name of the object to be added to the marker. This name can be referred to later by other scripts in order to modify and/or interact with it in some way, such as with the [[remove_ar]] function
  
 If an object of the same type has the same name, this script will modify the existing object instead of creating a new one. If an object of the same type has the same name, this script will modify the existing object instead of creating a new one.
Line 109: Line 109:
  
 ====See Also==== ====See Also====
-[[addmesh_ar|AddMesh]] [[indicator_ar|Indicator]] [[remove]]+[[addmesh_ar|AddMesh]] [[indicator_ar|Indicator]] [[remove]] [[imagelabel]]
  
 ====Examples==== ====Examples====