Skip to content

G36

pygerber.nodes.g_codes.G36 module contains definition of G36 class.

G36

Bases: G

Represents G36 Gerber command.

visit

visit(visitor: AstVisitor) -> G36

Handle visitor call.

get_visitor_callback_function

get_visitor_callback_function(
    visitor: AstVisitor,
) -> Callable[[Self], G36]

Get callback function for the node.