HMIN_ellipsoid_write()

Writes an ellipsoid to HyperMesh.

Syntax

void HMIN_ellipsoid_write (HM_entityidtype id, char *name, int config, int type, double radiusa, double radiusb, double radiusc, double shape, int systemid, int multibodyid, unsigned char color)

Type

HyperMesh hminlib Function

Description

Writes an ellipsoid to HyperMesh.

Inputs

id
The ID of the ellipsoid.
name
The name of the ellipsoid.
config
The configuration assigned to the ellipsoid.
type
The type assigned to the ellipsoid.
radiusa
The dimension of the ellipsoid.
radiusb
The dimension of the ellipsoid.
radiusc
The dimension of the ellipsoid.
shape
The degree of the ellipsoid.
systemid
The ID of the system.
multibodyid
The ID of the multibodies.
color
The color assigned to the group.

Errors

None.