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.

MeshAddPoint Method

Adds a new point in the mesh.

Namespace:  Tekla.Structures.Model.UI
Assembly:  Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.1
Syntax
public int AddPoint(
	Point Point
)

Parameters

Point
Type: Tekla.Structures.Geometry3dPoint
The point to be added, must not be null.

Return Value

Type: Int32
The index of the added point.
See Also