complexType · extension complexBaseType · all
Ordered list of 2D points, stored as two coordinate vectors
The entries of x and y with the same position form one point. Both vectors have the same number of entries, separated by semicolons. The plane of the points, the meaning of their order and their purpose depend on the CPACS element that contains the list.
The following list contains five points; the second point, for example, is (0.5, −0.05):
<pointList>
<x>1;0.5;0;0.5;1</x>
<y>0;-0.05;0;0.06;0</y>
</pointList>| Name | Type | Constraints | Use | Default | Description |
|---|---|---|---|---|---|
@externalDataDirectory | xsd:string | optional | Directory of the external data file | ||
@externalDataNodePath | xsd:string | optional | Path of the node inside the external data file | ||
@externalFileName | xsd:string | optional | Name of the external data file |
| Name | Type | Constraints | OccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration. | Default | Description |
|---|---|---|---|---|---|
| allThe children below may appear in any order. Each may appear at most once. | |||||
x | stringVectorBaseType | [1..1] required | Vector of x coordinates | ||
y | stringVectorBaseType | [1..1] required | Vector of y coordinates | ||
cpacs/vehicles/profiles/nacelleProfiles/nacelleProfile/pointListcpacs/vehicles/profiles/curveProfiles/curveProfile/pointList| Type | Name |
|---|---|
profileGeometry2DType | pointList |