GTXclient C API
GTXserver-15.0.3
|
Description of a Fault Segment. More...
#include <GTXClient.h>
Data Fields | |
double | X1 |
double | Y1 |
double | Z1 |
double | X2 |
double | Y2 |
double | Z2 |
double | X3 |
double | Y3 |
double | Z3 |
double | V1 |
double | V2 |
double | V3 |
int | priority |
Description of a Fault Segment.
int GTXFaultSegment::priority |
Segment priority in the fault system (1 to 127)
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::V1 |
Auxilliary variable associated with the first point
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::V2 |
Auxilliary variable associated with the second point
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::V3 |
Auxilliary variable associated with the third point
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::X1 |
X coordinate of the first point of the fault segment
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::X2 |
X coordinate of the second point of the fault segment
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::X3 |
X coordinate of the third point of the fault triangle (if the fault is a 3D fault)
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::Y1 |
Y coordinate of the first point of the fault segment
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::Y2 |
Y coordinate of the second point of the fault segment
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::Y3 |
Y coordinate of the third point of the fault triangle (if the fault is a 3D fault)
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::Z1 |
Z coordinate of the first point of the fault segment
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::Z2 |
Z coordinate of the second point of the fault segment
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().
double GTXFaultSegment::Z3 |
Z coordinate of the third point of the fault triangle (if the fault is a 3D fault)
Referenced by GTXClientFaultsSegmentDuplicate(), GTXClientReadFaults(), and GTXClientWriteFaults().