HMIN_transform_write()
Allows systems, loads, or nodes to be transformed to the global coordinate system, based on the local coordinate system.
Syntax
void HMIN_transform_write(HM_entitytype type, HM_entityidtype id, HM_entityidtype systemid);
Type
HyperMesh hminlib Function
Description
Allows systems, loads, or nodes to be transformed to the global coordinate system, based on the local coordinate system.
Inputs
- type
- The type of entity to be transformed, systems, loads, or nodes.
- id
- The ID of the type.
- systemid
- The ID of the system into which the entities are transformed.
Example
This function allows entities defined in a local coordinate system to be passed to HyperMesh. HyperMesh can then do transformations on those entities in the global coordinate system.
Errors
None.