HMIN_surface_writefixedpoint()

Writes a fixed meshing point for a surface.

Syntax

HMIN_surface_writefixedpoint (double x, double y, double z, int suppressed) 

Type

HyperMesh hminlib Function

Description

Writes a fixed meshing point for a surface.

Inputs

x, y, z
Location of the fixed point.
suppressed
0 means this is where a vertex or meshing fixed point would not automatically appear, but should be added.
1 means this is where a vertex would have been placed, but should be omitted.

Example

The command, HMIN_writesurfsat() must be called before using HMIN_surface_writefixedpoint() to put fixed mesh points upon a surface.

Errors

None.