complexType · extension complexBaseType · all
Two-dimensional point or vector with an x and a y component
What the components mean and to which plane they refer depends on the CPACS element in which the point is used, e.g. the coordinates of a point in a structural profile, the centre of gravity of a beam cross section or scaling factors.
A point with the optional uID, by which other elements can reference it:
<point uID="examplePoint">
<x>0</x>
<y>0.025</y>
</point>| 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 | ||
@uID | xsd:ID | optional | UID |
| 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 | doubleBaseType | [1..1] required | X component | ||
y | doubleBaseType | [1..1] required | Y component | ||
cpacs/vehicles/profiles/structuralProfiles/structuralProfile2D/pointList/pointcpacs/vehicles/profiles/structuralProfiles/structuralProfile2D/sheetList/sheet/orientationAtP1cpacs/vehicles/profiles/structuralProfiles/structuralProfile2D/sheetList/sheet/orientationAtP2cpacs/vehicles/structuralElements/profileBasedStructuralElements/profileBasedStructuralElement/globalBeamProperties/beamCOGcpacs/vehicles/structuralElements/profileBasedStructuralElements/profileBasedStructuralElement/globalBeamProperties/beamShearCentercpacs/vehicles/structuralElements/profileBasedStructuralElements/profileBasedStructuralElement/transformation/scalingcpacs/vehicles/structuralElements/profileBasedStructuralElements/profileBasedStructuralElement/transformation/translation| Type | Name |
|---|---|
globalBeamPropertiesType | beamCOG |
globalBeamPropertiesType | beamShearCenter |
pointListXYType | point |
sheetType | orientationAtP1 |
sheetType | orientationAtP2 |
transformation2DType | scaling |
transformation2DType | translation |