Location Curve Ratio - 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

Point along the 2D curve when you use location id 12, specified as a ratio along the length of the curve. The value must be between 0.0 and 1.0.

  • The Curve Ratio property is used with the following modules.

    • Scantling Weld Symbol (DwgScantlingWeld) content module when you set the location id to 12 (at curve ratio).

    • Weld Point (DrawingPGWelds), Points Along 2D Curve (ISDwgPointsAlongCurve2D), or Point at Corner Cut (MHDrawingPGCornerCut) point generator modules when you set the location id to 12 (at curve ratio).

    • Inside or Along 2D Curve (InsideOrAlongCurve2D) point generator module when you set the location id to 2 (inmost) or 12 (at curve ratio).

  • To manually edit the .xml file, you must first specify the locations tag. Then, specify the curveRatio as an attribute within the following .xml tag.

<locations>
<location curveRatio="0.25" .../>

</locations>