Overview Schemas Index

Printed_physical_layout_template_arm (jsdai.SPrinted_physical_layout_template_arm)


FUNCTION pplt_get_gm
          (input : Printed_tiebar_template) : SET [0:?] OF Geometric_model;

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

END_FUNCTION; -- pplt_get_gm

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