Location Target Name - Intergraph Smart 3D - Reference Data - Hexagon

Intergraph Smart 3D Drawings and Reports Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Drawings and Reports
Search by Category
Reference Data
Smart 3D Version
13.1

Specifies a name for the target curve. The name is an attribute on an object in the drawing view.

  • The following point generators use the Location Target Name property:

    • Points Along 2D Curve (ISDwgPointsAlongCurve2D). The valid name is TemplateMidLine. Specifying a target name does not specify the target.

    • Profile Weld Points (SMDwgProfileWeldsPG). Valid names are Profile_Web and Profile_Flange.

    • Points by Associated Object ID (SMPointsByAssociateObjectID). Valid names are PlateContour and TemplateBtmCrv.

  • To manually edit the .xml file, you must first specify the locations tag. Then, specify the target name. Enclose this attribute within the following .xml tag.

<locations>
<location
targetName="TemplateBtmCrv"/>
</locations>