API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

GeometryConstants Fields

The GeometryConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberANGULAR_EPSILON
The minimum angle (radians) used for checking angular parallelism, perpendicularity, etc. Anything smaller will be considered equivalent to 0.0.
Public fieldStatic memberDISTANCE_EPSILON
The minimum distance used for checking if points, lines, etc. coincide. Anything smaller will be considered equivalent to 0.0.
Public fieldStatic memberSCALAR_EPSILON
The minimum value used for comparing floating point scalar values. Any smaller difference will be considered equivalent to 0.0.
Top
See Also