Common Operations

There are certain basic operations that are common to most scripts, irrespective of the specific task being carried out. For example, almost all scripts require a means to obtain an object or set of objects in a project to operate on. In addition, scripts operating with a specific application often want to make use of certain operations that are only available within that application. The following modules define many such operations:

mapteksdk.operations Common operations applicable to multiple applications.
mapteksdk.pointstudio.operations Common operations specific to PointStudio. Also includes shortcuts to mapteksdk.operations functions.
mapteksdk.geologycore.operations Common operations specific to GeologyCore. Also includes shortcuts to mapteksdk.operations functions.

The following topics discuss several important common operations: