Location Target - 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

The curve used for determining location.

XML value

Default target

Places points on the first curve of the 2D representation of the 3D object.

The first curve is assigned internally by the software and is not predictable.

0

All curves

Places points on all curves of the 2D representation of the 3D object.

1

Longest curve

Places points on the first longest curve of the 2D representation of the 3D object.

2

  • The following point generators use this property:

    • Weld Point (DrawingPGWelds)

    • Inside or Along 2D Curve (InsideOrAlongCurve2D)

    • Points Along 2D Curve (ISDwgPointsAlongCurve2D)

    • Point at Corner Cut (MHDrawingPGCornerCut)

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

<locations>
<location target="0" .../>
</locations>