Functions | |
| def | Add |
| def | aindex |
| def | categorize_code |
| def | count |
| def | do_compile |
| def | e_bolts |
| def | e_components |
| def | e_ends |
| def | e_holes |
| def | e_material |
| def | e_members |
| def | e_welds |
| def | flexcompile |
| def | IsComponentSelected |
| def | main |
| def | pack_code |
| def | Remove |
| def | Toggle |
| def | tuple_to_namerecord |
| def | unpack_code |
Variables | |
| string | default_code = '' |
| string | default_operation = 'Set' |
| string | default_selection_type = 'Members' |
| dictionary | enumerators = {'Bolts': <function e_bolts>, 'Components': <function e_components>, 'Ends': <function e_ends>, 'Holes': <function e_holes>, 'Material': <function e_material>, 'Members': <function e_members>, 'Welds': <function e_welds>} |
| dictionary | opmap = {'Add': <function Add>, 'Remove': <function Remove>, 'Set': <function Add>, 'Toggle': <function Toggle>} |
| dictionary | protos = {'Bolts': 'm, b', 'Components': 'm, c', 'Ends': 'm, e', 'Holes': 'm, mt, h', 'Material': 'm, mt', 'Members': 'm', 'Welds': 'm, w'} |
| section_pattern = <_sre.SRE_Patternobject> | |
| def tool_selection.Add | ( | args | ) |
Add(args)
| def tool_selection.aindex | ( | args | ) |
aindex(args)
| def tool_selection.categorize_code | ( | args | ) |
categorize_code(args)
| def tool_selection.count | ( | args | ) |
count(args)
| def tool_selection.do_compile | ( | args | ) |
do_compile(args)
| def tool_selection.e_bolts | ( | args | ) |
e_bolts(args)
| def tool_selection.e_components | ( | args | ) |
e_components(args)
| def tool_selection.e_ends | ( | args | ) |
e_ends(args)
| def tool_selection.e_holes | ( | args | ) |
e_holes(args)
| def tool_selection.e_material | ( | args | ) |
e_material(args)
| def tool_selection.e_members | ( | args | ) |
e_members(args)
| def tool_selection.e_welds | ( | args | ) |
e_welds(args)
| def tool_selection.flexcompile | ( | args | ) |
flexcompile(args)
| def tool_selection.IsComponentSelected | ( | args | ) |
IsComponentSelected(args)
| def tool_selection.main | ( | args | ) |
main(args)
| def tool_selection.pack_code | ( | args | ) |
pack_code(args)
| def tool_selection.Remove | ( | args | ) |
Remove(args)
| def tool_selection.Toggle | ( | args | ) |
Toggle(args)
| def tool_selection.tuple_to_namerecord | ( | args | ) |
tuple_to_namerecord(args)
| def tool_selection.unpack_code | ( | args | ) |
unpack_code(args)
| string tool_selection.default_code = '' |
| string tool_selection.default_operation = 'Set' |
| string tool_selection.default_selection_type = 'Members' |
| dictionary tool_selection.enumerators = {'Bolts': <function e_bolts>, 'Components': <function e_components>, 'Ends': <function e_ends>, 'Holes': <function e_holes>, 'Material': <function e_material>, 'Members': <function e_members>, 'Welds': <function e_welds>} |
| dictionary tool_selection.opmap = {'Add': <function Add>, 'Remove': <function Remove>, 'Set': <function Add>, 'Toggle': <function Toggle>} |
| dictionary tool_selection.protos = {'Bolts': 'm, b', 'Components': 'm, c', 'Ends': 'm, e', 'Holes': 'm, mt, h', 'Material': 'm, mt', 'Members': 'm', 'Welds': 'm, w'} |
| tool_selection.section_pattern = <_sre.SRE_Patternobject> |
1.8.1.2