SMS_ACTION - 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 production routing action attributes to the SMS_PART_INFO element. The software creates each SMS_ACTION node for each production routing action under the SMS_ROUTING node and reports the TYPE, CODE, MACHINE, and SEQUENCE attributes.

NAME

  • SMS_PART_INFO||SMS_ROUTING||SMS_ACTION

ACTION

Action

Description

PRODUCTION_ROUTING_ACTION

Uses Routing Actions to get attributes.

ROUTING_ACTION_TYPE

Uses the Routing Action Type to specify the action attribute to use.

ROUTING_ACTION_CODE

Uses the Routing Action Code to specify the action attribute to use.

ARGUMENTS

Determines which Routing Action to report. This attribute contains a comma-separated list action type or action code according to the ACTION attribute. The software determines the Routing Action attributes by finding the part with an action type or action code that matches one of the values in the ARGUMENTS attribute.

Smart 3D ignores all other attributes.

Examples

Get All Routing Action attributes including Sequence:

<S3DPROPERTY NAME=" SMS_PART_INFO||SMS_ROUTING||SMS_ACTION" ACTION=" PRODUCTION_ROUTING_ACTION"/>

Get a specific Routing Action attribute of a part with an action type that matches one of the values in the ARGUMENTS attribute:

<S3DPROPERTY NAME=" SMS_PART_INFO||SMS_ROUTING||SMS_ACTION||TYPE" ACTION=" ROUTING_ACTION_TYPE" ARGUMENTS="Flow, Bending"/>

Get a specific Routing Action attribute of a part with an action code that matches one of the values in the ARGUMENTS attribute:

<S3DPROPERTY NAME=" SMS_PART_INFO||SMS_ROUTING||SMS_ACTION||TYPE" ACTION=" ROUTING_ACTION_CODE" ARGUMENTS="GM”/>

Sample Output

The sample was generated for the SMS_ROUTING_ACTION.