hm_ce_getnumoffeprojinfo

Returns the number of projection data stored in the array (size of array).

Syntax

hm_ce_getnumoffeprojinfo

Type

HyperMesh Tcl Query Command

Description

Returns the number of projection data stored in the array (size of array).

Example

To get the number of projection data array size:

set num_of_projs [ hm_ce_getnumoffeprojinfo ];

This function should only be called from within a connector-registered property script (which is executed during connector FE realization). The projection data this function relies upon is removed immediately after connector FE realization.

The number of projection data array size is equal to the total number of welds created in the model.