GMModelInterfaces Enumeration CATLengthType

enum CATLengthType {
  CATLengthType_ABSOLUTE_L,
  CATLengthType_RELATIVE_L
}
Specifies that a given length is absolute or relative.
Values:
CATLengthType_ABSOLUTE_L
The distance is an absolute value, but the sign indicates the direction on the wire for finding the vertex.
CATLengthType_RELATIVE_L
The distance is a fraction of the total length of the wire. Since it is a fraction, its value must be equal to or between -1 and 1. A throw is made if that condition is not met.

This object is included in the file: CATLengthType.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.