HMIN_system_store()

Sets up a buffer to provide a work area for systems before transferring them to HyperMesh.

Syntax

void HMIN_system_store(HM_entityidtype id, int attributes, int type, HM_entityidtype systemid, double axis[3][3], double origin[3], HM_entityidtype systemcollectorid);

Type

HyperMesh hminlib Function

Description

Sets up a buffer to provide a work area for systems before transferring them to HyperMesh.

Inputs

id
The ID of the system.
attributes
Value defined by you.
type
The type of the system.
  • 0 - For a Cartesian system.
  • 1 - For a cylindrical system.
  • 2 - For a spherical system.
systemid
The ID of the system where it is defined.
axis[3][3]
The axes of the coordinate system.
origin[3]
The origin of the coordinate system.
systemcollectorid
The ID of the system collector.

Errors

None.