MainPage   Related pages 
Deprecated List
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::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::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 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::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::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::getPropertyDateList (string objectId, string propertyBaseName, string propertyType)

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::getPropertyValueByDate (string objId, string propName, string propType, bool inh=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 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.

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::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::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 showElementsOnly().

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

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 hideAllElements() instead.

Use hideAllElements() 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 selectElements() instead.

Use getVisibleElements() and selectElements() 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 selectElements() instead. In between, apply filters as needed.

Use getVisibleElements() and selectElements() 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 showAllElements() instead.

Use showAllElements() instead.


Created: Wed Feb 21 2024 13:02:02