Creating Paths

These are the general methods for creating paths for later use in PDF graphics operations.

FigureMaker methods

append_curve_to_path(x1, y1, x2, y2, x3, y3, _skip_log_check=False)  [ doc | example ]

append_point_to_path(x, y, _skip_log_check=False)  [ doc ]

append_points_to_path(x, y, _skip_log_check=False)  [ doc ]

append_points_with_gaps_to_path(x, y, gap, close_subpath=False, _skip_log_check=False)  [ doc ]

close_path()  [ doc ]

discard_path()  [ doc ]

move_to_point(x, y, _skip_log_check=False)  [ doc ]

update_bbox(x, y)  [ doc ]

FigureMaker attributes

croak_on_nonok_numbers  [ doc ]

PyTioga version: alpha (20071021)

Copyright (C) 2007 Taro Sato & Bill Paxton. All rights reserved.