My Project
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
TriangleNet.IO.DebugWriter Class Reference

Writes a the current mesh into a text file. More...

Public Member Functions

void Start (string session)
 Start a new session with given name.
 
void Write (TriangleNetMesh triangleNetMesh, bool skip=false)
 Write complete mesh to file.
 
void Finish ()
 Finish this session.
 

Properties

static DebugWriter Session [get]
 

Detailed Description

Writes a the current mesh into a text file.

File format:

num_nodes id_1 nx ny mark ... id_n nx ny mark

num_segs id_1 p1 p2 mark ... id_n p1 p2 mark

num_tris id_1 p1 p2 p3 n1 n2 n3 ... id_n p1 p2 p3 n1 n2 n3

Member Function Documentation

◆ Start()

void TriangleNet.IO.DebugWriter.Start ( string  session)
inline

Start a new session with given name.

Parameters
nameName of the session (and output files).

The documentation for this class was generated from the following file: