Skip to main content

optiSLang 3D Postprocessing Script API 2025 R1

Mesh mapper

Last update: 16.07.2025

A Collection of mesh mapping algorithms to facilitate data import. More...

Classes

class  CoarseRigidTransformation
 This algorithms automatically transformates one structure to the center of origin of the other. The center of origin is defined by the boundary surface of both structures. More...
 
class  CoarseRotation
 This algorithms automatically rotates one structure to the center of origin of the other. More...
 
class  CoarseTranslation
 This algorithms automatically translates one structure to the center of origin of the other. More...
 
class  CompatibleMeshMapper
 Imports data from a compatible mesh. More...
 
class  CoorTransformationBase
 An abstract base class that provides a generic API for different methods that apply rigid coordinate transformations. More...
 
struct  DesignProjectionErrorReport
 The DesignProjectionError struct. More...
 
class  FineRigidTransformation
 Tries to match a source point cloud with a reference point cloud using the coarse transformation (see Coarse) as pre-alignment step and the Iterative Closes Point Algorithm (see ICP) afterwards as fine adjustment. More...
 
class  GridMeshMapper
 imports data from an incompatible GRID (signal, pixel, voxel) More...
 
class  IncompatibleMeshMapper
 imports data from an incompatible mesh More...
 
class  IncompatibleMeshMapperByProjection
 Imports data from an incompatible mesh. More...
 
class  MeshMapper_Ray
 imports data from an incompatible mesh More...
 
class  MeshMapperBase
 An abstract base class that provides a generic API for different methods that import matching or non-matching meshes and their data. More...
 
class  NeutralCoorTransformation
 A dummy implementation which does no rigid transformation but implements the complete API. More...
 
class  P2VolumeMeshMapper
 imports data from an incompatible GRID (signal, pixel, voxel) More...
 

Typedefs

typedef std::map< string, DesignProjectionErrorReportTProjectionErrorReport
 A container collecting for different quantity idents - the key values- their associated projection error reports - the map values.
 

Detailed Description

A Collection of mesh mapping algorithms to facilitate data import.

Connect with Ansys