MainPage   Related pages 
Deprecated List
Member AutomationAPI::addCalendarExceptions (string calendarID, array< object > exceptions)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::calcDistance (string objId1, string objId2)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use calculateDistance() instead.

Use calculateDistance() instead.

Member AutomationAPI::calcWorkInMinutes (date start, date finish, string calendarID=string())

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::clearCalendarExceptions (string calendarID)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::createCalendar (string name, string comment)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::createMaterial (string matXml, string modelId=string())

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use addMaterial() instead.

Use addMaterial() instead.

Member AutomationAPI::currentGeoPosition ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The function is not useful when called immediately after enableGeoLocation(), as the sensor won't have any data yet.
Instead, connect to signal geoPositionUpdated.
If you only want a "one shot", you can disconnect immediately after having received the geo data:

The function is not useful when called immediately after enableGeoLocation(), as the sensor won't have any data yet.
Instead, connect to signal geoPositionUpdated.
If you only want a "one shot", you can disconnect immediately after having received the geo data:

Member AutomationAPI::deleteMaterial (string matId)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use removeMaterial() instead.

Use removeMaterial() instead.

Member AutomationAPI::getCalendarByName (string name)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::getCalendarByTask (string taskID, bool checkInh=true)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::getCalendarExceptions (string calendarID)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::getCalendarList ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::getCalendarOptions (string calendarID)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::getCalendarWorkingTime (string calendarID)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::getDefaultCalendar ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::getMaterial (string matId)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getMaterialData() instead.

Use getMaterialData() instead.

Member AutomationAPI::getMaterialAsXmlByID (string matId, bool formatXML=true)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getMaterialData() instead.

Use getMaterialData() instead.

Member AutomationAPI::itByFilter (string propName, string propDatatype, string filterPattern, bool checkInh=true, string domain="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use filterByProperty() instead.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use filterByProperty() instead.

Member AutomationAPI::itByObjectList (string idList)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use JavaScript to iterate over lists.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use JavaScript to iterate over lists.

Member AutomationAPI::itCalcOOBB (double eps)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use calcOOBB() instead.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use calcOOBB() instead.

Member AutomationAPI::itCalcOOBBxy (double eps)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use calcOOBBxy() instead.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use calcOOBBxy() instead.

Member AutomationAPI::itClear ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.

Member AutomationAPI::itColorCode (string propName, string propDT)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use colorCodeObjects() instead.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use colorCodeObjects() instead.

Member AutomationAPI::itColorCodeNumber (string propName, string propDT, double intervalSize)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use colorCodeObjects() instead.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use colorCodeObjects() instead.

Member AutomationAPI::itCount ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.

Member AutomationAPI::itFilterByStatus (string status, bool enabled=true, string domain="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use filterByStatus() instead.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use filterByStatus() instead.

Member AutomationAPI::itGetAvailablePropertyValues (string propName, string propDatatype, int maxValues)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use getPropertyValuesByObjectList() instead.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use getPropertyValuesByObjectList() instead.

Member AutomationAPI::itGetObjectList ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use JavaScript to iterate over lists.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use JavaScript to iterate over lists.

Member AutomationAPI::itHasNext ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use JavaScript to iterate over lists.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use JavaScript to iterate over lists.

Member AutomationAPI::itNext ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use JavaScript to iterate over lists.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use JavaScript to iterate over lists.

Member AutomationAPI::itSetMaterial (string matId)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use setMaterialToObjects() instead.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use setMaterialToObjects() instead.

Member AutomationAPI::itSetupDbCache (string propName, string propType)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.

Member AutomationAPI::itToFront ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use JavaScript to iterate over lists.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use JavaScript to iterate over lists.

Member AutomationAPI::itUpdateOOBB (double eps)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use updateOOBB() instead.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use updateOOBB() instead.

Member AutomationAPI::itUpdateOOBBxy (double eps)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use updateOOBBxy() instead.

The current state of the iterator is stored internally, therefore this is not safe to use with the asynchronous API of 3.0 WebForms.
Use updateOOBBxy() instead.

Member AutomationAPI::removeCalendar (string calendarID)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::removeCalendarException (string calendarID, var date)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::removeCalendarFromTask (string taskID)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::setCalendar (string taskID, string calendarID)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::setCalendarOptions (string calendarID, object options)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::setCalendarWorkingTime (string calendarID, object workingTime)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member AutomationAPI::setTransparency (string objectIds, float defaultTransparency=0.95)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This functionality can now be easily replicated by other API calls. The below example code fetches the original material data, modifies it and creates a new transparent material from it.

This functionality can now be easily replicated by other API calls. The below example code fetches the original material data, modifies it and creates a new transparent material from it.

Member AutomationAPI::updateMaterial (string matId, string xmlMat)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setMaterialData() instead.

Use setMaterialData() instead.

Member CoreAPI::addDays (string dateStr, int nrDays)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member CoreAPI::calcGkCoordsByGpsCoords (double lat, double lon)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::calcGkCoordsByModelCoords (double x, double y, double z)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::calcGpsCoordsByGkCoords (double rw, double hw)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::calcGpsCoordsByModelCoords (double x, double y)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::calcGpsCoordsByStation (string objId, double station)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getPointOnAlignmentAtStation() and convertCoordinates() instead.

Use getPointOnAlignmentAtStation() and convertCoordinates() instead.

Member CoreAPI::calcHashcode (string str)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member CoreAPI::calcModelCoordsByGkCoords (double r, double h)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::calcModelCoordsByGpsCoords (double lat, double lon)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use convertCoordinates() instead.

Use convertCoordinates() instead.

Member CoreAPI::checkRegExp (string value, string pattern)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member CoreAPI::countContainedElements (string containerId, int maxDepth, bool loadExternal=true)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getContainedElements() instead, then get the length of the returned array.

Use getContainedElements() instead, then get the length of the returned array.

Member CoreAPI::extractPropertyNames (string code, string startTag="[[", string endTag="]]")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member CoreAPI::getProjectLocation () const

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getLocation() instead.

Use getLocation() instead.

Member CoreAPI::getPropertyValueRange (string idList, string propName, string propType, string domainFilter="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use AutomationAPI::getPropertyValuesByObjectList() in combination with Math.min() and Math.max() - or whatever is required for processing the values.

Use AutomationAPI::getPropertyValuesByObjectList() in combination with Math.min() and Math.max() - or whatever is required for processing the values.

Member CoreAPI::prepareJsCode (string code, string id, int dec=-1, string frmt="%L1", int fieldWidth=10, QChar fillChar=QChar())

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member WebFormAPI::tpApiAuth (string callbackFunctionName)

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Call authorize() with the predefined authorizationMethod for the tp CDE API:

Member ProjectAPI::clearSelection (bool repaint, string domainCombination="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setAllElementsSelected() instead. For example:

Use setAllElementsSelected() instead. For example:

Member ProjectAPI::countSelected (string domainFilter="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getSelectedElements(), then count.

Use getSelectedElements(), then count.

Member ProjectAPI::countVisible (string domainFilter="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getVisibleElements(), then count.

Use getVisibleElements(), then count.

Member ProjectAPI::filterElements (string pName, string pType, string pattern, bool checkInh=true, string domainCombination="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use a combination of filterByProperty() and setElementsVisible().

Use a combination of filterByProperty() and setElementsVisible().

Member ProjectAPI::getActiveTooltipName () const

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Member ProjectAPI::getSelected (string domainFilter="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getSelectedElements() instead.

Use getSelectedElements() instead.

Member ProjectAPI::getVisible (string domainFilter="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getVisibleElements() instead.

Use getVisibleElements() instead.

Member ProjectAPI::hasSelected (string domainFilter="all")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getSelectedElements() instead.

Use getSelectedElements() instead.

Member ProjectAPI::hasVisible (string domainFilter="all")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getVisibleElements() instead.

Use getVisibleElements() instead.

Member ProjectAPI::hideAll (bool repaint, string domainCombination="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setAllElementsVisible() instead:

Use setAllElementsVisible() instead:

Member ProjectAPI::hideAllElements (var domains=var())

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setAllElementsVisible() instead. For example:

Use setAllElementsVisible() instead. For example:

Member ProjectAPI::hideElements (var elementIDs, bool includeBlocked=false, var domains=var())

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setElementsVisible() instead:

Use setElementsVisible() instead:

Member ProjectAPI::selectElements (string idList, bool flag, string domainCombination="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setElementsSelected() instead.

Use setElementsSelected() instead.

Member ProjectAPI::selectVisible ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getVisibleElements() and setElementsSelected() instead.

Use getVisibleElements() and setElementsSelected() instead.

Member ProjectAPI::selectVisibleGeometric ()

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use getVisibleElements() and setElementsSelected() instead. In between, apply filters as needed.

Use getVisibleElements() and setElementsSelected() instead. In between, apply filters as needed.

Member ProjectAPI::showAll (bool repaint, string domainCombination="geometry")

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setAllElementsVisible() instead.

Use setAllElementsVisible() instead.

Member ProjectAPI::showAllElements (var domains=var())

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setAllElementsVisible() instead.

Use setAllElementsVisible() instead.

Member ProjectAPI::showElements (var elementIDs, bool includeBlocked=false, var domains=var())

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setElementsVisible() instead.

Use setElementsVisible() instead.

Member ProjectAPI::showElementsOnly (var elementIDs, var domains=var())

This method will be removed in future versions of DESITE and should not be used for new scripts anymore.

Use setAllElementsVisible() and setElementsVisible() instead. For example:

Use setAllElementsVisible() and setElementsVisible() instead. For example:


Created: Thu Sep 19 2024 09:35:48