:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** draw ---- .. command:: draw :block: .. parsed-literal:: draw ** ** color_ ... color2_ .. line_size_ ... point_size_ ... end_draw Draws an object using :class:`WsfDraw`. Type of object to draw. Can be one of the following: * route * route_network : The name of the object in the input file. Subcommands =========== .. command:: color .. command:: color2 Sets the primary and secondary colors used to draw the object. **Default** blue and yellow, respectively .. command:: layer Sets the layer name of this draw object. Unless specified, this object will not be drawn in a layer. .. command:: line_size Sets the width of the lines used to draw the object. **Default** 1 .. command:: point_size Sets the size of the points used to draw the object. **Default** 2 Example:: draw route_network road_network color float 0 0 1 color2 float .5 .5 1 line_size 2 point_size 1 end_draw