activateColorSchemaByName(string name) | AutomationAPI | function |
activateObjTooltip(string name) | ProjectAPI | function |
activatePropertyTypeBookmark(string bkmId) | AutomationAPI | function |
addCalendarExceptions(string calendarID, array< object > exceptions) | AutomationAPI | function |
addCheckRule(string checkRunID, object rule, string parentRuleID=string()) | AutomationAPI | function |
addDays(string dateStr, int nrDays) | CoreAPI | function |
addMaterial(string modelID, var materialData) | AutomationAPI | function |
addObjectListToTooltip(string idList, string tooltipname) | AutomationAPI | function |
addPropertyScript(string domain, string pname, string datatype, string code=string()) | AutomationAPI | function |
addPropertyTypeBookmark(object bookmarkConfig) | AutomationAPI | function |
addRangeToRegion(string regionId, double fromStation, double toStation, string alignmentId=string()) | AutomationAPI | function |
addRegionToAlignment(string alignmentId, object setting) | AutomationAPI | function |
addToSelectionSetGeometry(string setId, string objectIDList) | AutomationAPI | function |
addToViewPoint(string vpID, string objIdList) | ProjectAPI | function |
appendToFile(string filePath, string content, string encoding=string()) | AutomationAPI | function |
calcDistance(string objId1, string objId2) | AutomationAPI | function |
calcGkCoordsByGpsCoords(double lat, double lon) | CoreAPI | function |
calcGkCoordsByModelCoords(double x, double y, double z) | CoreAPI | function |
calcGpsCoordsByGkCoords(double rw, double hw) | CoreAPI | function |
calcGpsCoordsByModelCoords(double x, double y) | CoreAPI | function |
calcGpsCoordsByStation(string objId, double station) | CoreAPI | function |
calcHashcode(string str) | CoreAPI | function |
calcModelCoordsByGkCoords(double r, double h) | CoreAPI | function |
calcModelCoordsByGpsCoords(double lat, double lon) | CoreAPI | function |
calcOOBB(var objectIds, double eps=0.001) | AutomationAPI | function |
calcOOBBxy(var objectIds, double eps=0.001) | AutomationAPI | function |
calcPropertyValuesOverTime(string propName, string propType, object options) | AutomationAPI | function |
calcSlantedArea(string objId, double angleMin=0.0, double angleMax=45.0) | CoreAPI | function |
calculateDistance(string meshID1, string meshID2) | AutomationAPI | function |
calcWorkInMinutes(date start, date finish, string calendarID=string()) | AutomationAPI | function |
checkIfFileExists(string filePath) | AutomationAPI | function |
checkIntersection(string objId1, string objId2, double tolerance=-0.00001) | AutomationAPI | function |
checkOverlapOBB(string id1, string id2, double eps=0.001) | AutomationAPI | function |
checkRegExp(string value, string pattern) | CoreAPI | function |
clearCalendarExceptions(string calendarID) | AutomationAPI | function |
clearCheckResults(string checkRunID) | AutomationAPI | function |
clearCheckRules(string checkRunID, string ruleTypeFilter=string()) | AutomationAPI | function |
clearListOfTempValues() (defined in AutomationAPI) | AutomationAPI | function |
clearMeasureItems() | ProjectAPI | function |
clearSelection(bool repaint, string domainCombination="geometry") | ProjectAPI | function |
clearVersionComparison() | ProjectAPI | function |
clearWireMode() | AutomationAPI | function |
closeFile() | AutomationAPI | function |
colorCodeObjects(array< string > objectIds, string propertyName, string propertyDatatype, double intervalSize=1.0) | AutomationAPI | function |
compressToIfcGuid(string id) | CoreAPI | function |
convertCoordinates(object coordinates) | CoreAPI | function |
copyFile(string fnFrom, string fnTo) | AutomationAPI | function |
countContainedElements(string containerId, int maxDepth, bool loadExternal=true) | CoreAPI | function |
countLocked() | AutomationAPI | function |
countSelected(string domainFilter="geometry") | ProjectAPI | function |
countVisible(string domainFilter="geometry") | ProjectAPI | function |
countWired() | AutomationAPI | function |
createCalendar(string name, string comment) | AutomationAPI | function |
createColorSchema(string setContainerId, string name) | AutomationAPI | function |
createColorSchemaFromCurrentMaterials(string name, bool updateExisting, object options=object()) | AutomationAPI | function |
createContactObject(string parentId, string objId1, string objId2, string matId, object options=object()) | AutomationAPI | function |
createDirectory(string path, string dirName) | AutomationAPI | function |
createID() | CoreAPI | function |
createMaterial(string matXml, string modelId=string()) | AutomationAPI | function |
createModel(string name, bool createRootC=true, string domain="geometry") | AutomationAPI | function |
createObject(string parentID, object objectMap) | AutomationAPI | function |
createObjectFromXml(string parentId, string objectXML) | AutomationAPI | function |
createObjectsFromMeasurements(object options) | ProjectAPI | function |
createPropertyType(string propName, string propDatatype, string uomCode, bool isInh, int target, string domainName="all") | AutomationAPI | function |
createSelectionSet(string name, string parentID=string()) | AutomationAPI | function |
createSelectionSets(string propertyTypes, string rootName, object config=object()) | AutomationAPI | function |
createTimeSchedule(object config) | AutomationAPI | function |
createViewpointFromCurrentView(string parentID, object options) | ProjectAPI | function |
createWebFormBookmark(string url, string name) | ProjectAPI | function |
createWireModeSchema(string ids, string wmName, bool overwrite=false) | AutomationAPI | function |
csvClose() | AutomationAPI | function |
csvHasNextLine() | AutomationAPI | function |
csvNextLine() | AutomationAPI | function |
csvOpen(string filePath, string delimiter=";", string encoding="Windows-1252") | AutomationAPI | function |
currentGeoPosition() | AutomationAPI | function |
cutObject(string parentId, string objId, object plane=object(), bool closeCuts=true, bool splitUnconnectedParts=true) | AutomationAPI | function |
dbAssertTable(string tableName, array< string > columnsList) | AutomationAPI | function |
dbCheckIn() | AutomationAPI | function |
dbCheckOut(array< string > propList) | AutomationAPI | function |
dbClearCache(string propName, string propType) | AutomationAPI | function |
dbClearCacheAll() | AutomationAPI | function |
dbClose() | AutomationAPI | function |
dbDeleteProperty(string objIdList, string propName, string propType) | AutomationAPI | function |
dbEndQueryExec() | AutomationAPI | function |
dbGetFilepath() const | AutomationAPI | function |
dbGetImmediateUpdate() | AutomationAPI | function |
dbIsLocalCopy() | AutomationAPI | function |
dbOpen(const var connectionData=var()) | AutomationAPI | function |
dbQueryExec(string sqlQuery) | AutomationAPI | function |
dbQueryLastError() | AutomationAPI | function |
dbQueryNext() | AutomationAPI | function |
dbQueryRecordset(string sqlQuery, string key, int maxNumberOfRows=0) | AutomationAPI | function |
dbQueryValue(int column) | AutomationAPI | function |
dbSetImmediateUpdate(bool) | AutomationAPI | function |
deactivateObjTooltip() | ProjectAPI | function |
deleteColorSchema(string namePattern) | AutomationAPI | function |
deleteMaterial(string matId) | AutomationAPI | function |
deleteModel(string id) | AutomationAPI | function |
deleteObjects(string idList) | AutomationAPI | function |
deleteProperty(string objId, string propName, string propDatatype) | AutomationAPI | function |
deletePropertyType(string propertyName, string propertyDatatype, string domainName="all") | AutomationAPI | function |
disableGeoLocation() | AutomationAPI | function |
enableGeoLocation(int msecInterval=60) | AutomationAPI | function |
endProjectTransaction(string domain="geometry") | AutomationAPI | function |
endTransaction() | AutomationAPI | function |
evaluateFormula(string code, string id, string id_otherdomain=string()) | CoreAPI | function |
exportBCF(array< string > sourceIds, string targetPath, string targetFileBaseName, string bcfVersion="2.1") | ProjectAPI | function |
exportCheckRuns(array< string > sourceIds, string targetFilePath, object options) | ProjectAPI | function |
exportModel(string filePath, array< string > modelIDs, object options) | ProjectAPI | function |
extractPropertyNames(string code, string startTag="[[", string endTag="]]") | CoreAPI | function |
fileChunkReceived(string data) | AutomationAPI | signal |
filterByProperty(array< string > inputList, string propertyName, string propertyDatatype, string filterPattern, bool checkInherited=true, string domains="geometry") | AutomationAPI | function |
filterByStatus(array< string > inputList, string status, bool value=true, string domains="geometry") | AutomationAPI | function |
filterElements(string pName, string pType, string pattern, bool checkInh=true, string domainCombination="geometry") | ProjectAPI | function |
findContainerByName(string parentId, string name, string lookupDomain="all") | AutomationAPI | function |
findDocumentsByDate(date start, date end, array< string > idList=array< string >(), bool useRef=false) | AutomationAPI | function |
findDocumentsByLocationGk(double rw, double hw, double distance, array< string > idList=array< string >()) | AutomationAPI | function |
findDocumentsByLocationGps(double lat, double lon, double distance, array< string > idList=array< string >()) | AutomationAPI | function |
findDocumentsByLocationRangeGps(array< string > gpsCoordinates, double distance, array< string > idList=array< string >()) | AutomationAPI | function |
geoPositionUpdated(object pos) | AutomationAPI | signal |
get4dActiveTaskList(date dt, bool linkedToObjectsOnly=false) | ProjectAPI | function |
get4dActiveTaskListByInterval(date dtStart, date dtEnd, bool linkedToObjectsOnly=false) | ProjectAPI | function |
get4dDateTime() | ProjectAPI | function |
get4dFinishedTaskList(date, bool linkedToObjectsOnly=false) | ProjectAPI | function |
get4dIsActive() | ProjectAPI | function |
get4dOptions() | ProjectAPI | function |
get4dProjectFinish() | ProjectAPI | function |
get4dProjectStart() | ProjectAPI | function |
get4dProspectiveTaskList(date, bool linkedToObjectsOnly=false) | ProjectAPI | function |
get4dTaskColor(string taskID, date dt, string defaultColorName="#000") | ProjectAPI | function |
getAbsolutePath(string filePath) | CoreAPI | function |
getActiveTooltipName() const | ProjectAPI | function |
getAllElements(string domainFilter="geometry") | AutomationAPI | function |
getAllPickedPoints() | ProjectAPI | function |
getApplicationDirectory() | CoreAPI | function |
getApplicationFilename() | CoreAPI | function |
getApplicationLanguage() | CoreAPI | virtualfunction |
getAsJSON(string objId) | AutomationAPI | function |
getBaseName(string filePath) | CoreAPI | function |
getBBoxMaxX() | AutomationAPI | function |
getBBoxMaxY() | AutomationAPI | function |
getBBoxMaxZ() | AutomationAPI | function |
getBBoxMinX() | AutomationAPI | function |
getBBoxMinY() | AutomationAPI | function |
getBBoxMinZ() | AutomationAPI | function |
getBoundingBoxCommon(var objectIds) | AutomationAPI | function |
getBsPlanUnderlayActive() | ProjectAPI | function |
getCalendarByName(string name) | AutomationAPI | function |
getCalendarByTask(string taskID, bool checkInh=true) | AutomationAPI | function |
getCalendarExceptions(string calendarID) | AutomationAPI | function |
getCalendarList() | AutomationAPI | function |
getCalendarOptions(string calendarID) | AutomationAPI | function |
getCalendarWeek(date dt) | CoreAPI | function |
getCalendarWorkingTime(string calendarID) | AutomationAPI | function |
getCheckFilterList(string checkRunID, bool rightSet=false) const | AutomationAPI | function |
getCheckItems(string checkRunID, bool rightSet=false) const | AutomationAPI | function |
getCheckOptions(string checkRunID) const | AutomationAPI | function |
getCheckRules(string checkRunID, string ruleTypeFilter=string()) | AutomationAPI | function |
getColorSchemaList() | AutomationAPI | function |
getContainedElements(string containerId, int maxDepth, bool loadExternal=true) | CoreAPI | function |
getCreatedPins() | ProjectAPI | function |
getCurrentColorSchema() | AutomationAPI | function |
getCurrentViewAsImage(int width=1920, int height=1080) | ProjectAPI | function |
getDefaultCalendar() | AutomationAPI | function |
getDirectoryEntryList(string dirPath, bool filesOnly=false, string orderBy="Name") | AutomationAPI | function |
getDocumentsTooltipsVisible() | ProjectAPI | function |
getDomainByElement(string objId) | CoreAPI | function |
getFileInfo(string filePath) | CoreAPI | function |
getFileName(string filePath) | CoreAPI | function |
getGlobalProjectProperties() | CoreAPI | function |
getHandlerMode() | ProjectAPI | function |
getImportSettings() | ProjectAPI | function |
getLinkedObjects(string objectIDList, string resultDomains="all", string objectLookupDomains="all") | CoreAPI | function |
getListOfObjTooltips() | AutomationAPI | function |
getListOfTempValues() | AutomationAPI | function |
getLocation() | ProjectAPI | function |
getLocked() | AutomationAPI | function |
getMaterial(string matId) | AutomationAPI | function |
getMaterialAsXmlByID(string matId, bool formatXML=true) | AutomationAPI | function |
getMaterialData(string materialID) | AutomationAPI | function |
getMaterialIDByName(string matName) | AutomationAPI | function |
getMaterialList() | AutomationAPI | function |
getModelByElement(string id, string domainFilter="all") | AutomationAPI | function |
getModelImportSettings(string modelId) | AutomationAPI | function |
getModelListByDomain(string domainFilter="all") | AutomationAPI | function |
getModelListByName(string name, string domain="geometry") | AutomationAPI | function |
getModelMetaData(string modelId) | AutomationAPI | function |
getOOBBCommon(var objectIds) | AutomationAPI | function |
getOOBBxyCommon(var objectIds) | AutomationAPI | function |
getOpenings(string objId) | CoreAPI | function |
getPainterOptions() | ProjectAPI | function |
getParent(string objId) | CoreAPI | function |
getParts(string objId) | CoreAPI | function |
getPickedFaces() | ProjectAPI | function |
getPickedPoint() | ProjectAPI | function |
getPickedPointGK() | ProjectAPI | function |
getPickedPointGPS() | ProjectAPI | function |
getPointList(string objId) | CoreAPI | function |
getPointOnAlignmentAtStation(string alignmentId, double d) | CoreAPI | function |
getProjectDirectory() | CoreAPI | function |
getProjectInfo() | CoreAPI | function |
getProjectionAsSvg(string idList, object options=object()) | AutomationAPI | function |
getProjectLocation() const | CoreAPI | function |
getProjectName() | CoreAPI | function |
getPropertyListAsJSON(object options) | AutomationAPI | function |
getPropertyScriptBgColor(string domain, string pname, string datatype) const | AutomationAPI | function |
getPropertyScriptCode(string domain, string pname, string datatype) const | AutomationAPI | function |
getPropertyScriptFgColor(string domain, string pname, string datatype) const | AutomationAPI | function |
getPropertyScriptList() const | AutomationAPI | function |
getPropertyScriptOptions(string domain, string pname, string datatype) | AutomationAPI | function |
getPropertySource(string objId, string propName, string propType, bool inh=true) | CoreAPI | function |
getPropertyTypeBookmarkByID(string bookmarkId) | AutomationAPI | function |
getPropertyTypeBookmarkList() | AutomationAPI | function |
getPropertyTypeList(string domain="all", string filterPattern="*", bool activeOnly=false) | CoreAPI | function |
getPropertyTypeListByObject(string objId, string filterPattern="*") | CoreAPI | function |
getPropertyTypeMetaData(string propName, string propType) | CoreAPI | function |
getPropertyUnit(string propName, string propType) | CoreAPI | function |
getPropertyValue(string objId, string propName, string propType, bool inh=true) | CoreAPI | function |
getPropertyValueFromVersionComparison(string objectID, string propertyName, string propertyType, bool checkInheritance=true) | ProjectAPI | function |
getPropertyValueRange(string idList, string propName, string propType, string domainFilter="geometry") | CoreAPI | function |
getPropertyValues(string propName, string propDatatype, int maxValues=0, string domainName="all", bool getNullValues=false) | AutomationAPI | function |
getPropertyValuesByObject(string objId, string filterpattern="*") | CoreAPI | function |
getPropertyValuesByObjectList(string propertyName, string propertyDatatype, bool checkInherited, var objectIdList, int maxValues=0, string domains="all", bool getNullValues=false) | AutomationAPI | function |
getRangesOfRegion(string alignmentID, string regionID) | CoreAPI | function |
getRegionsOfAlignment(string alignmentId) | CoreAPI | function |
getResourcesTooltipsVisible() | ProjectAPI | function |
getRootContainerList(string modelName) | AutomationAPI | function |
getRootNodeByModel(string modelId) | AutomationAPI | function |
getRootNodeListByDomain(string domainFilter="all") | AutomationAPI | function |
getRootNodeListSelectionSets(string domainFilter="all") | AutomationAPI | function |
getSelected(string domainFilter="geometry") | ProjectAPI | function |
getSelectedElements(string domainFilter="geometry") | ProjectAPI | function |
getStationOfProjectedPoint(string alignmentId, double x, double y, double z=0.0) | CoreAPI | function |
getTaskMode(string taskID) | CoreAPI | function |
getTaskRestrictionsByName(string name) | AutomationAPI | function |
getTaskRestrictionsByTask(string taskID) | CoreAPI | function |
getTaskRestrictionsList() | AutomationAPI | function |
getTaskVisualisation(string taskID) | CoreAPI | function |
getTempValue(string name) | AutomationAPI | function |
getUserName() | CoreAPI | function |
getValueOfAlignmentRegion(string alignmentID, string regionID) | CoreAPI | function |
getVersion() | CoreAPI | function |
getVersionAsString() | CoreAPI | function |
getVersionComparisonOptions() | ProjectAPI | function |
getVersionComparisonResults(array< string > filterKeys) | ProjectAPI | function |
getViewpointData(string vpID, array< string > filterKeys, bool whitelist=true) | ProjectAPI | function |
getViewpointDataFromCurrentView(array< string > filterKeys, bool whitelist=true) | ProjectAPI | function |
getVisible(string domainFilter="geometry") | ProjectAPI | function |
getVisibleElements(string domainFilter="geometry") | ProjectAPI | function |
getVisualisationList() | AutomationAPI | function |
getVisualisationMode() | ProjectAPI | function |
getVisualizationOptions() | ProjectAPI | function |
getWebFormLocations() | ProjectAPI | function |
getWired() | AutomationAPI | function |
hasContact(string objId1, string objId2, object options=object()) | AutomationAPI | function |
hasElement(string id) | AutomationAPI | function |
hasSelected(string domainFilter="all") | ProjectAPI | function |
hasVisible(string domainFilter="all") | ProjectAPI | function |
hideAll(bool repaint, string domainCombination="geometry") | ProjectAPI | function |
hideAllElements(var domains=var()) | ProjectAPI | function |
hideAllElementsInVersionComparison() | ProjectAPI | function |
hideDimensionsPainter() | ProjectAPI | function |
hideElements(var elementIDs, bool includeBlocked=false, var domains=var()) | ProjectAPI | function |
hideElementsInVersionComparison(var elementIDs) | ProjectAPI | function |
idListToStr(array< string > idList) | CoreAPI | function |
import3DModelIntoVersionComparison(string sourceFilePath, string referenceModelID) | ProjectAPI | function |
import3DModels(var sourceFilePaths, var options) | ProjectAPI | function |
importBCF(string sourceFilePath) | ProjectAPI | function |
importBillsOfQuantities(var sourceFilePaths) | ProjectAPI | function |
importCheckRuns(var sourceFilePaths) | ProjectAPI | function |
importTimeSchedules(var sourceFilePaths) | ProjectAPI | function |
isContainer(string id) | AutomationAPI | function |
isIncludedIn(string objId1, string objId2) | AutomationAPI | function |
isLocked(string objId) | CoreAPI | function |
isPointIncludedIn(double x, double y, double z, string objId, double tol=1.e-5) | AutomationAPI | function |
isPropertyInherited(string objId, string propName, string propType) | CoreAPI | function |
isSelected(string objId) | CoreAPI | function |
isVisible(string objId) | CoreAPI | function |
isWired(string objId) | CoreAPI | function |
itByFilter(string propName, string propDatatype, string filterPattern, bool checkInh=true, string domain="geometry") | AutomationAPI | function |
itByObjectList(string idList) | AutomationAPI | function |
itCalcOOBB(double eps) | AutomationAPI | function |
itCalcOOBBxy(double eps) | AutomationAPI | function |
itClear() | AutomationAPI | function |
itColorCode(string propName, string propDT) | AutomationAPI | function |
itColorCodeNumber(string propName, string propDT, double intervalSize) | AutomationAPI | function |
itCount() | AutomationAPI | function |
itFilterByStatus(string status, bool enabled=true, string domain="geometry") | AutomationAPI | function |
itGetAvailablePropertyValues(string propName, string propDatatype, int maxValues) | AutomationAPI | function |
itGetObjectList() | AutomationAPI | function |
itHasNext() | AutomationAPI | function |
itNext() | AutomationAPI | function |
itSetMaterial(string matId) | AutomationAPI | function |
itSetupDbCache(string propName, string propType) | AutomationAPI | function |
itToFront() | AutomationAPI | function |
itUpdateOOBB(double eps) | AutomationAPI | function |
itUpdateOOBBxy(double eps) | AutomationAPI | function |
lockObjects(string idList) | AutomationAPI | function |
mapFromExternalIDs(const array< string > cpExternalIDs) | CoreAPI | function |
mapToExternalIDs(const array< string > cpIDs) | CoreAPI | function |
mergeObjects(string parentContainerId, string idList, bool skipClosed=false, bool keepTransparency=false, bool keepCommonProperties=false, bool replaceParent=false) | AutomationAPI | function |
message(string) | ProjectAPI | function |
moveFile(string fnFrom, string fnTo) | AutomationAPI | function |
moveToLocationGps(double lat, double lon) | ProjectAPI | function |
openFile(string filePath, string encoding=string()) | AutomationAPI | function |
openLink(string url, bool useDesktopService) | ProjectAPI | function |
openProject(string url, bool useSessionData=false) | ProjectAPI | function |
prepareJsCode(string code, string id, int dec=-1, string frmt="%L1", int fieldWidth=10, QChar fillChar=QChar()) | CoreAPI | function |
propertyScriptClearCache(string domain="all", string pname="", string datatype="") | AutomationAPI | function |
readCsvFile(string filePath, string delimiter=";", string encoding="Windows-1252") | AutomationAPI | function |
readFileInChunks(string filePath, object options) | AutomationAPI | function |
readImageFile(string filename, string targetFormat="", bool applyExifRotation=false) | AutomationAPI | function |
readTextFile(string filename, bool ignoreLineBreakesInDoubleQuotes=false, string codec=string()) | AutomationAPI | function |
readTextFileAsString(string filePath, string codec=string()) | AutomationAPI | function |
recalculateActivityProject(string taskID=string(), bool visibleOnly=false) | AutomationAPI | function |
redirectDocument(string modelId, string newSourceFilePath) | ProjectAPI | function |
removeAllLinkedObjects(string id) | AutomationAPI | function |
removeAllRangesFromRegion(string regionId, string alignmentId=string()) | AutomationAPI | function |
removeAllRegionsFromAlignment(string alignmentId) | AutomationAPI | function |
removeCalendar(string calendarID) | AutomationAPI | function |
removeCalendarException(string calendarID, var date) | AutomationAPI | function |
removeCalendarFromTask(string taskID) | AutomationAPI | function |
removeCheckRule(string checkRunID, string type, string ruleID) | AutomationAPI | function |
removeFile(string filePath) | AutomationAPI | function |
removeFromSelectionSetGeometry(string setId, string objectIDs) | AutomationAPI | function |
removeFromViewPoint(string vpID, string objIdList) | ProjectAPI | function |
removeLinkedObjects(string id, string linkedIdList) | AutomationAPI | function |
removeMaterial(string materialID) | AutomationAPI | function |
removeObjectListFromTooltip(string idList, string tooltipname) | AutomationAPI | function |
removePropertyScript(string domain, string pname, string datatype) | AutomationAPI | function |
removePropertyTypeBookmarkByID(string bkmId) | AutomationAPI | function |
removeRangeFromRegion(string regionId, double fromStation, double toStation, string alignmentId=string()) | AutomationAPI | function |
removeRuleBasedLinks(string domainName) | AutomationAPI | function |
removeSelectionSet(string selsetID) | AutomationAPI | function |
removeTaskRestrictions(string taskID) | AutomationAPI | function |
removeVisualisation(string taskIDList) | AutomationAPI | function |
removeWebFormBookmark(string url) | ProjectAPI | function |
requireVersion(int major, int minor, int patch) | CoreAPI | function |
resetDocumentMetaData(string objId) | AutomationAPI | function |
resetMaterials(bool updateUI=true) | AutomationAPI | function |
runCheck(string checkRunID) | AutomationAPI | function |
runVersionComparison() | ProjectAPI | function |
saveCurrentViewToFile(string filename, int width=1920, int height=1080) | ProjectAPI | function |
saveProject() | ProjectAPI | function |
saveProjectArchive(string filename, string packBookmark) | ProjectAPI | function |
selectElements(string idList, bool flag, string domainCombination="geometry") | ProjectAPI | function |
selectVisible() | ProjectAPI | function |
selectVisibleGeometric() | ProjectAPI | function |
sendRemoteMessage(string message) | ProjectAPI | function |
set4dDateTime(date dt) | ProjectAPI | function |
set4dIsActive(bool active) | ProjectAPI | function |
set4dOptions(object opt) | ProjectAPI | function |
setAllElementsSelected(bool selected, var domains) | ProjectAPI | function |
setAllElementsVisible(bool visible, var domains) | ProjectAPI | function |
setAllPropertyTypesActive() | AutomationAPI | function |
setAsComposite(string id, bool composite) | AutomationAPI | function |
setAsOpening(string objId, string openingIDList) | AutomationAPI | function |
setBoQBreakdownStructure(string boqModelID, string templateStr) | AutomationAPI | function |
setBsPlanUnderlayActive(bool active) | ProjectAPI | function |
setCalendar(string taskID, string calendarID) | AutomationAPI | function |
setCalendarOptions(string calendarID, object options) | AutomationAPI | function |
setCalendarWorkingTime(string calendarID, object workingTime) | AutomationAPI | function |
setCheckActive(string checkRunID, bool active) | AutomationAPI | function |
setCheckFilterList(string checkRunID, array< object > filterList, bool rightSet=false) | AutomationAPI | function |
setCheckItems(string checkRunID, array< string > elementIDist, bool rightSet=false) | AutomationAPI | function |
setCheckOptions(string checkRunID, object options) | AutomationAPI | function |
setDocumentsTooltipsVisible(bool v) | ProjectAPI | function |
setElementsSelected(bool selected, var elementIDs) | ProjectAPI | function |
setElementsVisible(bool visible, var elementIDs) | ProjectAPI | function |
setHandlerMode(object handlerInfo) | ProjectAPI | function |
setImportSettings(var settings) | ProjectAPI | function |
setLinkedObjects(string elementID, string IDList) | AutomationAPI | function |
setLocation(var location) | ProjectAPI | function |
setMaterialData(string materialID, var materialData) | AutomationAPI | function |
setMaterialToObjects(string matId, var objectIds) | AutomationAPI | function |
setObjectsToWireMode(string ids, bool wired) | AutomationAPI | function |
setPainterOptions(object opt) | ProjectAPI | function |
setPostProcessingCode(string checkRunID, string code) | AutomationAPI | function |
setProjectLongDescription(string s, bool overwriteExisting=false) | AutomationAPI | function |
setProjectNumber(string s, bool overwriteExisting=false) | AutomationAPI | function |
setProjectShortDescription(string s, bool overwriteExisting=false) | AutomationAPI | function |
setPropertyListAsJSON(object propmap, object opt) | AutomationAPI | function |
setPropertyScriptBgColor(string domain, string pname, string datatype, string code) | AutomationAPI | function |
setPropertyScriptCode(string domain, string pname, string datatype, string code) | AutomationAPI | function |
setPropertyScriptFgColor(string domain, string pname, string datatype, string code) | AutomationAPI | function |
setPropertyScriptOptions(string domain, string pname, string datatype, object opt) | AutomationAPI | function |
setPropertyTypeActive(string pName, string ptype, string domain, bool active) | AutomationAPI | function |
setPropertyTypeMetaData(string pName, string ptype, object metadata) | AutomationAPI | function |
setPropertyValue(string objId, string propName, string propDataType, var value) | AutomationAPI | function |
setPropertyValueDB(string objIdList, string propName, string propDataType, string propDomain, var value, bool createType=true) | AutomationAPI | function |
setResourcesTooltipsVisible(bool v) | ProjectAPI | function |
setTaskMode(string taskID, int mode) | AutomationAPI | function |
setTaskRestrictions(string taskID, string restrictionsID) | AutomationAPI | function |
setTempValue(string name, var value) | AutomationAPI | function |
setTransparency(string objectIds, float defaultTransparency=0.95) | AutomationAPI | function |
setVersionComparisonOptions(object options) | ProjectAPI | function |
setViewpointData(string viewpointID, object data) | ProjectAPI | function |
setViewpointDataToCurrentView(object data) | ProjectAPI | function |
setVisualisationByID(string taskIDList, string visID) | AutomationAPI | function |
setVisualisationMode(int mode, bool repaint=true) | ProjectAPI | function |
setVisualizationOptions(object opt) | ProjectAPI | function |
showAll(bool repaint, string domainCombination="geometry") | ProjectAPI | function |
showAllElements(var domains=var()) | ProjectAPI | function |
showAllElementsInVersionComparison() | ProjectAPI | function |
showClashList(string clashIdList) | ProjectAPI | function |
showDimensionsPainter(bool showAABB, bool showOOBB) | ProjectAPI | function |
showElements(var elementIDs, bool includeBlocked=false, var domains=var()) | ProjectAPI | function |
showElementsInVersionComparison(var elementIDs) | ProjectAPI | function |
showElementsOnly(var elementIDs, var domains=var()) | ProjectAPI | function |
showElementsOOBBFront(string idList, double prec=1.e-2) | ProjectAPI | function |
showElementsOOBBSide(string IDList, double prec=1.e-2) | ProjectAPI | function |
showElementsOOBBTop(string IDList, double prec=1.e-2) | ProjectAPI | function |
showHomeView() | ProjectAPI | function |
showOnScreenKeyboard() | ProjectAPI | function |
showOpenFileDialog(string caption="", string directory="", string filter="") | ProjectAPI | function |
showSaveFileDialog(string caption="", string directory="", string filter="") | ProjectAPI | function |
showViewpointByID(string id) | ProjectAPI | function |
showWireModeSchema(string name) | AutomationAPI | function |
sortContainerByProperty(string containerId, string propName, string propType, bool ascending=true, int maxDepth=0) | AutomationAPI | function |
startEXE(string prg, string args) | ProjectAPI | function |
startProjectTransaction(string domain="geometry") | AutomationAPI | function |
startTransaction() | AutomationAPI | function |
strToIdList(string strIDList) | CoreAPI | function |
swapOrientationOfTriangles(array< object > idList) | AutomationAPI | function |
synchronizationFinished(bool success) | AutomationAPI | signal |
synchronizeDocumentContainer(string containerId, bool waitForCompletion=false) | AutomationAPI | function |
transformObject(string objId, string transformation) | AutomationAPI | function |
uncompressFromIfcGuid(string ifcGuid) | CoreAPI | function |
unlockAllObjects() | AutomationAPI | function |
unlockObjects(string idList) | AutomationAPI | function |
updateBoundingBox3DView() | AutomationAPI | function |
updateMaterial(string matId, string xmlMat) | AutomationAPI | function |
updateOOBB(var objectIds, double eps=0.001) | AutomationAPI | function |
updateOOBBxy(var objectIds, double eps=0.001) | AutomationAPI | function |
updateRuleBasedLinks(string domainName, bool visibleOnly=false) | AutomationAPI | function |
updateSmartSets(array< string > smartSetIDs=array< string >()) | AutomationAPI | function |
validateIfcCompatibiliy(string bsModelID) | AutomationAPI | function |
writeFile(string filePath, string content, string encoding=string()) | AutomationAPI | function |
writePropertyValueDB(string objIdList, string propName, string propDataType, string propDomain, var value, bool createType=true) | AutomationAPI | function |
writeToFile(string content) | AutomationAPI | function |
zoomToAllDocuments() | ProjectAPI | function |
zoomToAllResources() | ProjectAPI | function |
zoomToDocuments(array< string > idList) | ProjectAPI | function |
zoomToLocationGK(double rw, double hw, double h) | ProjectAPI | function |
zoomToLocationGps(double lat, double lon) | ProjectAPI | function |
zoomToObjects(string objIDs) | ProjectAPI | function |
zoomTopView() | ProjectAPI | function |
zoomToResources(array< string > idList) | ProjectAPI | function |
zoomToSelected() | ProjectAPI | function |
zoomToSelectedDocuments() | ProjectAPI | function |
zoomToSelectedResources() | ProjectAPI | function |
zoomToVisible() | ProjectAPI | function |
zoomToVisibleDocuments() | ProjectAPI | function |
zoomToVisibleResources() | ProjectAPI | function |