Minimum Bounding Box - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Structural Manufacturing Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Structural Manufacturing
Search by Category
Reference Data
Smart 3D Version
12.1 (2019)

Adds two attributes, MIN_BOX_LENGTH (minimum length) and MIN_BOX_WIDTH (minimum width), to the SMS_PART_INFO element, which contains the minimum bounding box dimensions. The MIN_BOX_LENGTH contains the larger of the two values.

NAME

  • SMS_PART_INFO||MIN_BOX_LENGTH

  • SMS_PART_INFO||MIN_BOX_WIDTH

ACTION

Value

Description

BEST_FIT

Gets the minimum bounding box dimensions.

FORMAT

Sets a precision value. For example, FORMAT could have the value “{0:F3}”; the value that you see in the export is rounded at the third decimal place.

PRECISION

Sets a precision value. For example. PRECISION could have the value “4”; the value that you see in the export is rounded at the third decimal place.

  • FORMAT has precedence over PRECISION.

  • The system rounds to the third decimal place if no precision is described.

  • Smart 3D ignores all other attributes.

To enable the customization, modify the SMS_OUTPUT.xml file to include the following elements under S3DEXPORT:

< S3DPROPERTY NAME="SMS_PART_INFO||MIN_BOX_LENGTH" ACTION="BEST_FIT"/>

< S3DPROPERTY NAME="SMS_PART_INFO||MIN_BOX_WIDTH" ACTION="BEST_FIT"/>

Sample Output