Skip to content

G02

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

G02

Bases: G

Represents G02 Gerber command.

visit

visit(visitor: AstVisitor) -> G02

Handle visitor call.

get_visitor_callback_function

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

Get callback function for the node.