Overview Schemas Index

Printed_physical_layout_template_arm (jsdai.SPrinted_physical_layout_template_arm)


FUNCTION pplt_get_tl_ap2d
          (input : Printed_tiebar_template) : SET [0:?] OF Axis_placement_2d;

LOCAL
            ap2d : SET OF Axis_placement_2d := [];  --this gives us access TO the information base
    END_LOCAL;
          RETURN(ap2d);

END_FUNCTION; -- pplt_get_tl_ap2d

public class FPplt_get_tl_ap2d
          public static Value run(SdaiContext _context, Value input)