Zum Hauptinhalt springen
Erzeugen eine TIN-Oberfläche
Vor über einer Woche aktualisiert

Erzeugen einer TIN-Oberfläche

Befehle

TIN, TINZUORDBILD, TINPROJEKT

Übersicht

In BricsCAD, TIN (Triangulated Irregular Network) Surface is created using the the TIN command.

Eine TIN-Oberfläche verwendet zwei Arten von Eingabedaten: Punkte und Bruchlinien (Polylinien).

  • Punkte enthalten X-, Y-Koordinaten und Z-Werte. Alle Punkte werden verwendet, um eine Verbindung mit den beiden nächsten Nachbarn herzustellen, um Dreiecke zu bilden. Die Oberflächen-Triangulation basiert auf dem Delaunay-Algorithmus, der sicherstellt, dass sich kein Punkt innerhalb des Umkreises eines Dreiecks befindet.

  • Bruchlinien stellen lineare Infrastruktur-Features wie Bordsteine, Stützmauern usw. dar. Diese Linien definieren auch die Kanten von Dreiecken. Bruchlinien können aus linearen Objekten wie Linie, Polylinie, Bogen, Kreis erzeugt werden.

  • Begrenzungen sind die Features, die begrenzte 3D-Flächen definieren. Die Oberflächenbegrenzungen können mit geschlossenen Polylinien erstellt werden. Das Definieren von Außengrenzen auf einer großen 3D-Oberfläche verbessert die Leistung eines TIN-Oberflächenplans.

Creating a TIN Surface is a process that needs to be followed to map a particular area in detail. On BIM models, these surfaces are used to represent the site. The TIN surface can be generated from large data sets such us Point Clouds, from drawing entities, from 3D Faces, from custom ASCII point files, from Civil 3D surfaces.

Festlegen der Einstellungen für die TIN-Oberfläche

Eigenschaften einer TIN-Oberfläche

Procedure: Creating a TIN Surface from drawing entities

  1. Open the drawing that contains drawing entities, such as CAD points, blocks and polylines.

  2. Starten Sie den Befehl TIN .

  3. Select all entities in the drawing.

  4. Press ENTER

  5. Select an option in command line to apply selected linear entities as Breaklines.

Note: TIN Surface maintains a live connection to linear drawing entities when they are added as Breaklines. When editing such drawing entities, the TIN surface is automatically rebuilt. If linear drawing entities are added to a TIN Surface as edges or points, this connection is not maintained. The same applies to CAD blocks and points.

Procedure: Creating a TIN Surface from a point file

  1. Starten Sie den Befehl TIN .

  2. Wählen Sie in der Befehlszeile Importieren aus Datei.

  3. In the Select Surface file dialog box, select the point data file that you want to open, or choose multiple files to import all at once.

  4. Specify point file format from the drop-down list.

    Note: click the browse button in the Specify point file format section to manage surface file formats.

  5. Toggle the Applicable formats only to automatically filter appropriate point file formats, according to the selected input point file(s).

  6. Click OK to create TIN Surface from a point file.

  7. Select "No" in a command line to create TIN Surface without simplifying points.

    Note: Check the description of the TIN Simplify algorithm for detailed explanation of the parameters.

Procedure: Creating a TIN Surface from a point file using Clip polygon

  1. Use existing or create a new closed polyline to create a TIN Surface inside that area.

  2. Starten Sie den Befehl TIN .

  3. Wählen Sie in der Befehlszeile die Option Schneide-Polygon aus.

  4. Select a closed polyline in a drawing to be used as a clipping polygon.

  5. Select an option Import from file in a command line to create TIN surface from a point file inside the selected clipping polygon.

    Note: Note: Select any other option: select (drawing) entities, create from Faces, create from Point Cloud, create from Point Groups.

  6. Follow the procedure for creating a TIN Surface from a point file, which is described in this article.

    Note: The TIN surface algorithm connects triangles outside the boundary of the concave clipping polygon. In such areas, long and narrow triangles are created, which can be removed with the TINEDIT command.

  7. Launch the TINEDIT command and select an option "Remove Outer Edges". Then specify the maximum triangle length. Triangles that are longer than specified value are removed.

Verfahren: Erstellen einer TIN-Oberfläche durch Platzieren von Punkten

  1. Öffnen Sie eine Zeichnung.

  2. Starten Sie den Befehl TIN .

  3. Wählen Sie in der Befehlszeile die Option Punkte platzieren.

  4. Wählen Sie einen Punkt, an dem Sie mit der Erstellung einer TIN-Oberfläche beginnen möchten.

    Geben Sie den Höhenwert für jeden dieser Punkte an, und drücken Sie dann die EINGABETASTE, um zu akzeptieren.

    Note: Zum Erstellen einer TIN-Oberfläche werden mindestens drei Punkte benötigt.

Verfahren: Erstellen einer TIN-Oberfläche aus Flächen

  1. Öffnen Sie eine Zeichnungsdatei, die 3D-Flächen enthält.

  2. Starten Sie den Befehl TIN .

  3. Wählen Sie in der Befehlszeile die Option aus Flächen erstellen.

  4. Wählen Sie die gewünschten 3D-Flächen aus.

  5. Select an option whether to apply 3D Faces as edges (and visibility) or not.

    Note: If this option is selected, then edges and vertices of the 3D Faces are used to create the TIN surface. Otherwise, only the vertices of the 3D faces are used to create the TIN surface. As a result, the TIN Surface does not follow the edges of the 3D Faces.

Verfahren: Erstellen einer TIN-Oberfläche aus einer Punktwolke

  1. Öffnen Sie die Zeichnungsdatei, die eine Punktwolke enthält.

  2. Starten Sie den Befehl TIN .

  3. Select an option "Create from point cloud" in a command line.

  4. Select a point cloud in the drawing.

  5. Drücken Sie die EINGABETASTE.

  6. Select "No" to create TIN Surface without using the simplification method.

    Image shows original TIN Surface created from a Point Cloud with 87350 points.

Procedure: Use TIN Simplify and TIN Densify options when creating TIN Surface from a Point Cloud

This section describes the procedure of creating a TIN Surface from a Point Cloud, where we also use the TIN Simplify and TIN Densify options.

Follow steps 1 to 5 from the procedure described above to create a TIN surface from a Point Cloud. Then, follow the procedure below to use TIN Simplify and TIN Densify options.

  1. Select "Yes" when command line offers the option to simplify TIN surface.

  2. Enter radius for simplification step.

  3. Enter Elevation difference.

    Note: Check the description of the TIN Simplify algorithm for detailed explanation of the parameters.

  4. Select "Create TIN Surface" in a command line.

    Or select an option "Simplify again" to edit the simplification parameters.

    Note: The command line reports the number of points before and after simplification so that the user can make a better decision for the next steps.

  5. Select "Yes" to Densify TIN Surface.

    Or select "No" to create simplified TIN Surface.

    Image Shows simplified TIN Surface with 1562 points.

  6. Enter elevation difference.

  7. Select one of the options to specify the area for TIN Densify process: select existing polygons in a drawing, draw a new polygon or press ENTER to use entire TIN Surface.

    Note: Check the description of the TIN Densify algorithm for detailed explanation of the parameters.

    Image shows a polygon that defines an area for TIN densification.

    Note: The final result represents a simplified TIN surface to which individual points within the specified polygon are returned. By using TIN Densify option on a specific area on the entire TIN Surface, we achieve the goal that in this area the elevation difference between the original and the final TIN surface is never greater than the specified value of the "elevation difference" in step 6.

    Image shows a final TIN Surface with 6536 points. Original TIN Surface consists of 87350 points.

    Note: You can edit the TIN Simplify and TIN Densify parameters at any time in Civil Explorer. Select the appropriate TIN Surface, right-click on the "Add points" definition and select "Edit" option from the context menu. The Surface definition dialog box opens in which you can edit all the necessary parameters.

Verfahren: Erstellen einer TIN-Oberfläche aus einer Civil 3D-Oberfläche

  1. Öffnen Sie eine Zeichnung mit einer Civil 3D-Oberfläche.

  2. Launch the CIVIL3DIMPORT command.

  3. In the Import Civil 3D dialogue box, select Convert from current drawing.

  4. Note: Select AutoCAD Civil 3D Surfaces that will be converted to BricsCAD Civil TIN Surfaces.

    Note: In the "Import Civil 3D" dialog box, you can also select other Civil 3D objects, such as Point Groups, Alignments and Profiles, that will be converted to BricsCAD Civil elements.

  5. Specify the name template for Civil 3D objects.

  6. Tick the option Import Civil 3D labels as blocks.

  7. Click the OK button.

Über TIN-Bild zuordnen

  1. Öffnen Sie die Zeichnungsdatei, die eine TIN-Oberfläche und ein Bild enthält.

  2. Starten Sie den Befehl TINZUORDBILD.

  3. Wählen Sie die TIN-Oberfläche.

  4. Wählen Sie das Rasterbild aus.

    Note: Wird das Bild nicht auf der TIN-Oberfläche angezeigt, ändern Sie den visuellen Stil in Modellierung oder Realistisch und stellen Sie die Dreiecke der TIN-Oberfläche auf EIN.

Über TIN-Projekt

  1. Öffnen Sie die Zeichnungsdatei, die die TIN-Oberfläche und die Objekte (Punkte, Blöcke, Text, Linien, Polylinien, Kreise…) enthält.

  2. Starten Sie den Befehl TINPROJEKT.

  3. Zu projizierende Objekte auswählen.

  4. Wählen Sie aus, ob die ursprünglichen Objekte gelöscht werden sollen.

Hat dies deine Frage beantwortet?