HMIN_title_writeanchor()
Writes the anchor for a title to HyperMesh.
Syntax
HMIN_title_writeanchor(int anchorpoint, double anchorangle, double distance, char * entitytypename, HM_entityidtype entityid);
Type
HyperMesh hminlib Function
Description
Writes the anchor for a title to HyperMesh.
Inputs
- anchorpoint
- Identifies the corner of the title that is used as the anchor point. Use the setting:
- 0 - To use the lower left corner as the anchor point.
- 1 - To use the upper left corner as the anchor point.
- 2 - To use the upper right corner as the anchor point.
- 3 - To use the lower right corner as the anchor point.
- anchorangle
- The angle relative to a vertical line running through the entity and the title lead.
- distance
- The distance from the entity to the anchor point.
- entitytypename
- The name of the entity to which the title is attached.
- entityid
- The ID of the entity to which the title is attached.
Errors
None.