14.4.11 ParametricLineIntersections
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML 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.
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