Functions | |
def | export (objectslist, filename, argstring) |
def | init_argument_defaults (argument_defaults) |
def | init_arguments (values, argument_defaults, arguments_visible) |
def | init_arguments_visible (arguments_visible) |
def | init_values (values) |
Variables | |
dictionary | argument_defaults = {} |
dictionary | arguments_visible = {} |
def | parser = init_arguments(values, argument_defaults, arguments_visible) |
string | TOOLTIP |
def | TOOLTIP_ARGS = parser.format_help() |
string | UNITS = "G21" |
dictionary | values = {} |
def PathScripts.post.refactored_centroid_post.export | ( | objectslist, | |
filename, | |||
argstring | |||
) |
Postprocess the objects in objectslist to filename.
def PathScripts.post.refactored_centroid_post.init_argument_defaults | ( | argument_defaults | ) |
Initialize which arguments (in a pair) are shown as the default argument.
def PathScripts.post.refactored_centroid_post.init_arguments | ( | values, | |
argument_defaults, | |||
arguments_visible | |||
) |
Initialize the shared argument definitions.
def PathScripts.post.refactored_centroid_post.init_arguments_visible | ( | arguments_visible | ) |
Initialize which argument pairs are visible in TOOLTIP_ARGS.
def PathScripts.post.refactored_centroid_post.init_values | ( | values | ) |
Initialize values that are used throughout the postprocessor.
dictionary PathScripts.post.refactored_centroid_post.argument_defaults = {} |
dictionary PathScripts.post.refactored_centroid_post.arguments_visible = {} |
def PathScripts.post.refactored_centroid_post.parser = init_arguments(values, argument_defaults, arguments_visible) |
string PathScripts.post.refactored_centroid_post.TOOLTIP |
def PathScripts.post.refactored_centroid_post.TOOLTIP_ARGS = parser.format_help() |
string PathScripts.post.refactored_centroid_post.UNITS = "G21" |
dictionary PathScripts.post.refactored_centroid_post.values = {} |