Functions | |
| def | add_to_zip |
| def | ClearSelection |
| def | dim |
| def | dim_print |
| def | EraseParametric |
| def | GetJobFromPackedFile |
| def | IFC_GUID |
| def | IsReadOnlyStation |
| def | IsReadWriteStation |
| def | IsZipFile |
| def | NonBlockingWarning |
| def | OneMomentKill |
| def | PackDirectory |
| def | PackJobData |
| def | Prompt |
| def | RedrawScreen |
| def | restore_it |
| def | select_multiple_files |
| def | SelectionAdd |
| def | SelectionClear |
| def | SelectionRemove |
| def | SelectionToggle |
| def | StationType |
| def | Units |
| def | UnPackJobData |
| def | UpdateDisplay |
| def | Warning |
| def | yes_or_no |
| def PackJobData.add_to_zip | ( | args | ) |
add_to_zip(args)
| def PackJobData.ClearSelection | ( | args | ) |
ClearSelection(args)
| def PackJobData.dim | ( | args | ) |
dim(args)
| def PackJobData.dim_print | ( | args | ) |
dim_print(args)
| def PackJobData.EraseParametric | ( | parametric_reference | ) |
| def PackJobData.GetJobFromPackedFile | ( | args | ) |
GetJobFromPackedFile(args)
| def PackJobData.IFC_GUID | ( | args | ) |
IFC_GUID(args)
| def PackJobData.IsReadOnlyStation | ( | args | ) |
IsReadOnlyStation(args)
| def PackJobData.IsReadWriteStation | ( | args | ) |
IsReadWriteStation(args)
| def PackJobData.IsZipFile | ( | args | ) |
IsZipFile(args)
| def PackJobData.NonBlockingWarning | ( | message | ) |
Add message to the list of non blocking warnings
| def PackJobData.OneMomentKill | ( | args | ) |
OneMomentKill(args)
| def PackJobData.PackDirectory | ( | args | ) |
PackDirectory(args)
| def PackJobData.PackJobData | ( | args | ) |
PackJobData(args)
| def PackJobData.Prompt | ( | args | ) |
Prompt(args)
| def PackJobData.RedrawScreen | ( | args | ) |
RedrawScreen(args)
| def PackJobData.restore_it | ( | args | ) |
restore_it(args)
| def PackJobData.select_multiple_files | ( | args | ) |
select_multiple_files(args)
| def PackJobData.SelectionAdd | ( | args | ) |
SelectionAdd(args)
| def PackJobData.SelectionClear | ( | args | ) |
SelectionClear(args)
| def PackJobData.SelectionRemove | ( | args | ) |
SelectionRemove(args)
| def PackJobData.SelectionToggle | ( | args | ) |
SelectionToggle(args)
| def PackJobData.StationType | ( | args | ) |
StationType(args)
| def PackJobData.Units | ( | args | ) |
Units(args)
| def PackJobData.UnPackJobData | ( | args | ) |
UnPackJobData(args)
| def PackJobData.UpdateDisplay | ( | args | ) |
Call this method periodically in slow running code. Be careful with it though as other things could have pending events which would be ran when you call this.
C++ signature :
void UpdateDisplay() | def PackJobData.Warning | ( | args | ) |
Warning(args)
| def PackJobData.yes_or_no | ( | args | ) |
yes_or_no(args)
1.8.1.2