M_PCK_REQ_CUSTOM - Intergraph Smart Materials - 5.1 - Help - Hexagon

Intergraph Smart Materials MobileScan Help (5.1)

Language
English
Product
Intergraph Smart Materials
Subproduct
MobileScan
Search by Category
Help
Smart Materials Mobile Scan Version
5.1

Call the get_dimension procedure in M_PCK_REQ_CUSTOM. The get_dimension method gets the dimension for an ident using the following parameters:

Value

Argument Type

Description

p_ident

Input

Specifies Ident of which to get the dimension.

p_x_dim

Output

Specifies dimension in X-direction.

p_y_dim

Output

Specifies dimension in Y-direction.

p_z_dim

Output

Specifies dimension in z-direction.

p_dim_unit_id

Output

Specifies id of dimension unit.

p_dim_code

Output

Specifies code of dimension unit.

Execute custom procedure

You can define own code in the M_PCK_REQ_CUSTOM package. The signature of the get_dimension in the M_PCK_REQ_CUSTOM package is given below:

GetDimension_Code