Skip to content

Interacting with Formboard Graphs

A table that describes the geometry of the formboard, and the nodes and segments that make up the formboard.


Columns

Columns are automatically generated when formboard_graph.new() is called. Additional columns are not supported and may result in an error when parsing.

Column Description
segment_id the unique name of the segment that this line describes
node_at_end_a one of two ends of this segment
node_at_end_b one of two ends of this segment
length length of this segment
length_tolerance string describing length tolerance
angle what angle is the segment visualized on a formboard, with respect to the x axis
diameter what is the diameter of this segment

Commands:

Use the following functions by first importing the module in your script like this:

from harnice.lists import formboard_graph
then use as written.

formboard_graph.new()

Documentation needed.

formboard_graph.append(segment_id, segment_data)

Documentation needed.