14.4.11 ParametricLineIntersections

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1
Stereotypes:XSDcomplexType

Used to specify the intersections between parametric lines. This information is purely geometric and is not required for the evaluation of the parametric point locations on these lines. The information required for that purpose is stored in the parametric points array.

Table 14.4.11-1 Attributes

Name

Data Type

Notes

Count

positiveInteger

Number of parametric line intersections. Must be positive.

IntersectionLinePairs

AbstractIntegerArray

Intersected line index pair for (line 1, line 2).

Size = 2 x count

ParameterValuePairs

AbstractValueArray

Intersected line parameter value pairs for (line 1, line 2). Size = 2 x count

Derived From: (none)

Derived Classes: (none)

Relationships: None