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

Determines the location of the point that the software places on a straight or turn feature.

XML value

Center

At the centroid of the area of a closed shape (that is, the geometry must be a closed curve). The centroid cannot be on the curve.

0

Middle

At the middle point of a curve.

1

Inmost

At the innermost point inside the area of a closed shape (that is, the geometry must be a closed curve).

2

At first end

At the first end point of curve.

3

At second end

At the second end point of curve.

4

Right

On the right side of the range box for the curve.

5

Left

On the left side of the range box for the curve.

6

Top

On the top of the range box for the curve.

7

Bottom

On the bottom of the range box for the curve.

8

Box center

At the center of the range box for the curve.

9

Default location

Default location for the curve.

10

At curve ratio

At the curve ratio along the curve.

12

Used with the curve ratio property.

Used with positioning modules that use their start curve ratio and end curve ratio property.

The possible values for Location ID when using the Profile Weld Point point generator are limited to Top, Bottom, or Middle.

  • The following point generators use the Location ID property:

    • Weld Point (DrawingPGWelds)

    • Profile Weld Points (SMDwgProfileWeldsPG)

    • Inside or Along 2D Curve (InsideOrAlongCurve2D)

    • Points Along 2D Curve (ISDwgPointsAlongCurve 2D)

    • Point at Corner Cut (MHDrawingPGCornerCut)

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

<locations>
<location id="12" .../>
</locations>