*surfaceaddpoint

Add a fixed point on a surface at the specified coordinates.

Syntax

*surfaceaddpoint surfptr x y z

Type

HyperMesh Tcl Modify Command

Description

Add a fixed point on a surface at the specified coordinates.

Inputs

surfptr
The ID of the surface.
x,y,z
The coordinates of the point.

Example

The coordinates must be within tolerance of the surface. If the coordinates are within the geometry tolerance of an edge, a surface vertex is created. Otherwise, an interior fixed point is added to the surface.

Errors

None.