Infrastructure


These days, civil infrastructure is developing at tremendous speed, moving towards urbanization with the complexity of objects constantly increasing.

Civil Engineering services and Infrastructure systems involve the design, analysis, and management of infrastructure supporting human activities, including, for example, electric power, oil and gas, water and wastewater, communications, transportation, and the collections of buildings that make up urban and rural communities. These networks deliver essential services, provide shelter, and support social interactions and economic development. They are the lifelines of society, and the backbone of the economy of any country.


Customers

Below is a small selection of companies that use our products.

Transportation
  • Sweco
  • Indra Sistemas
  • Goldschmidt
  • Ramboll
  • NCDOT
  • Vanderlande
  • Railup
  • Larsen & Toubro
  • Sina
Utilities
  • General Atomic
  • Korea Atomic Energy Research Institute
  • Siemens Gamesa
  • EPRI
  • NOV IntelliServ
  • Institute of Nuclear Energy Research
  • Diamond Light Source
Oil & Gas, Offshore
  • DeepSoft
  • JDR Cable Systems
  • Samsung Engineering
  • Insight Numerics
  • Cybermarine Technologies
  • Heerema Marine Contractors
  • Saipem
  • Gaztransport & Technigaz
Marine
  • Lloyd's Register
  • EGS Survey
  • CETENA
  • American Bureau of Shipping
  • Hidromod
Mining
  • Ochir-Undraa
  • Orica
  • GroundProbe
  • Rocscience
  • Blast Movement Technologies
Surveying
  • Aerometrex
  • Geodata
  • Siteco
ITC
  • Ericsson
  • Xator
  • Accenture

FAQ

Does Eyeshot support sheets in DWG files?

Yes, when you load the DWG file in the Drawing workspace, layouts are available under the Drawing.Sheets property.

Want to see our products in action?

Watch the Made with Eyeshot videos playlist

Got a question?

Let one of our experts help you find the answer.

TALK TO AN EXPERT

Code Samples

Below is a selection of code samples related to these industrial sectors.

CompareDWG

This sample explains how to compare entities of two 2D drawings and how to keep independent Design controls cameras in sync.

DraftingDemo

This sample explains how to implement interactive drawing of 2D curves and dimensions. It can be considered a good starting point to create a 2D CAD system. This sample also includes curve trim, extension, fillet and chamfer. From version 12, this sample includes import/export from DWG/DXF and export to 3D PDF file format.

Globe

This sample explains how to draw a globe model using the Mesh.CreateSphere() static method. It also uses Mesh.ApplyMaterial() method to map the material texture spherically.

Layers

This sample explains how to work with layers. It also includes the code to use the ImageOnly label and tooltips support: hovering an entity, the entity index is displayed.

SelectPoints

This sample explains how to implement a custom selection method on a FastPointCloud entity. The Undo and Unselect commands are also provided.