Functions | |
| def | add_to_zip |
| def | ClearSelection |
| def | dim |
| def | dim_print |
| def | EraseParametric |
| def | IFC_GUID |
| def | IsReadOnlyStation |
| def | IsReadWriteStation |
| def | NonBlockingWarning |
| def | OneMomentKill |
| def | PackDirectory |
| def | Prompt |
| def | RedrawScreen |
| def | select_multiple_files |
| def | SelectionAdd |
| def | SelectionClear |
| def | SelectionRemove |
| def | SelectionToggle |
| def | StationType |
| def | Units |
| def | UpdateDisplay |
| def | Warning |
| def | yes_or_no |
| def PackDirectory.add_to_zip | ( | args | ) |
add_to_zip(args)
| def PackDirectory.ClearSelection | ( | args | ) |
ClearSelection(args)
| def PackDirectory.dim | ( | args | ) |
dim(args)
| def PackDirectory.dim_print | ( | args | ) |
dim_print(args)
| def PackDirectory.EraseParametric | ( | parametric_reference | ) |
| def PackDirectory.IFC_GUID | ( | args | ) |
IFC_GUID(args)
| def PackDirectory.IsReadOnlyStation | ( | args | ) |
IsReadOnlyStation(args)
| def PackDirectory.IsReadWriteStation | ( | args | ) |
IsReadWriteStation(args)
| def PackDirectory.NonBlockingWarning | ( | message | ) |
Add message to the list of non blocking warnings
| def PackDirectory.OneMomentKill | ( | args | ) |
OneMomentKill(args)
| def PackDirectory.PackDirectory | ( | args | ) |
PackDirectory(args)
| def PackDirectory.Prompt | ( | args | ) |
Prompt(args)
| def PackDirectory.RedrawScreen | ( | args | ) |
RedrawScreen(args)
| def PackDirectory.select_multiple_files | ( | args | ) |
select_multiple_files(args)
| def PackDirectory.SelectionAdd | ( | args | ) |
SelectionAdd(args)
| def PackDirectory.SelectionClear | ( | args | ) |
SelectionClear(args)
| def PackDirectory.SelectionRemove | ( | args | ) |
SelectionRemove(args)
| def PackDirectory.SelectionToggle | ( | args | ) |
SelectionToggle(args)
| def PackDirectory.StationType | ( | args | ) |
StationType(args)
| def PackDirectory.Units | ( | args | ) |
Units(args)
| def PackDirectory.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 PackDirectory.Warning | ( | args | ) |
Warning(args)
| def PackDirectory.yes_or_no | ( | args | ) |
yes_or_no(args)
1.8.1.2