Outputting a Fence Report of Evenly Spaced, Custom-Ordered Points


      

  
 Applies To 
  
 Product(s):gINT Logs, gINT Professional, gINT Professional Plus
 Version(s):N/A
 Environment: N/A
 Area: Report-Fence
 Subarea: 
 Original Author:Kathleen Holcomb, Bentley Technical Support Group
  

 

 

 

 

 

 

 

 

For certain applications, you may need to create a fence report that displays a set of borehole points in a left-to-right order of interest to you, with equal spacing between posts (rather than spacing based on how each point’s coordinates map perpendicularly to a baseline). Fortunately, there is a simple way to accomplish this without performing complex manipulations of the data. This technique relies on connecting the points with a jagged custom baseline, and setting a property on the OUTPUT -> Fences tab.

Note: To perform the exercises in this wiki requires the use of the communities.bentley.com/.../7142.std-training-project-_2600_-library.zip.

Outputting a Fence Report of Evenly Spaced, Custom-Ordered Points

  1. IMPORTANT: Ensure that the current library is training.glb. If not, select File -> Change Library.
  2. Go to OUTPUT -> Fences.

  3. Open the training.gpj project, if you have not done so.

  4. Click the Site Layout button.

    Let’s assume you want fenceposts for ‘B-3’, then ‘CPT-1’, then ‘B-1’, then ‘B-2’.

  5. Select Fence Spec -> Draw Baseline.
  6. Click the Snap to Point  and Snap Lock  icons at lower left. This forces the baseline vertices to attach to each point you click on or near.

  7. Click on the four points one at time in the order indicated above. A polyline is drawn with boreholes at the vertices.

  8. Click the Return to Output tab.

  9. Check the Equally Space Points Along Distance Axis checkbox (just beneath the HORZ and VERT boxes).

  10. Set a maximum baseline offset of 1. This keeps points from projecting onto other segments of the baseline.

  11. Preview the report. Notice that the borehole points are equally spaced and in the requested order.

Notice that this technique will not always work with large sets of points in highly complex orders. Unless you can draw a baseline polyline that does not cross itself, you cannot use this technique. That the polyline is non-self-crossing is a requirement for baselines. For these situations you need to implement a Point Sort field (see Help -> Index -> Point Sort Field). However, you would still use the Equally Space Points Along Distance Axis checkbox.