GTXclient C API  GTXserver-17.0.3
GTXFault Struct Reference

Description of a Fault. More...

#include <GTXClient.h>

Data Fields

char name [8]
 
int polygon
 
int n_segments
 
GTXFaultSegmentsegments
 

Detailed Description

Description of a Fault.

A Fault is made of several Fault Segments.

See Also
GTXFaultSegment
Examples:
write_fault.c.

Field Documentation

int GTXFault::n_segments

Number of segments in the fault

Examples:
text_list.c, and write_fault.c.

Referenced by GTXClientFaultDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().

char GTXFault::name[8]
int GTXFault::polygon

Is the Fault polygonal (closed) ?

  • 1 = yes
  • 0 = no
Examples:
text_list.c, and write_fault.c.

Referenced by GTXClientFaultDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().


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