complexType · extension complexBaseType · all
Three-dimensional point or vector with an x, a y and a z component and the coordinate system it refers to
What the components mean depends on the CPACS element in which the point is used, e.g. the translation of a transformation (transformationType) or the location of a mass.
The attribute refType states whether the values refer to the local coordinate system of the parent (absLocal, the default) or to the global coordinate system (absGlobal). Which node is the parent and how the local coordinate system is defined is described by the element that uses the point; for a translation, see transformationType. For a node without parent, both values refer to the global coordinate system.
The translation of a vertical tail, relative to the origin of the fuselage it is attached to:
<translation refType="absLocal">
<x>22</x>
<y>0</y>
<z>0.8</z>
</translation>| 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 | ||
@refType | xsd:string | 2 values | optional | absLocal | Coordinate system the values refer to |
@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 | [0..1] optional | X component | ||
y | doubleBaseType | [0..1] optional | Y component | ||
z | doubleBaseType | [0..1] optional | Z component | ||
cpacs/vehicles/aircraft/model/ducts/duct/transformation/translationcpacs/vehicles/aircraft/model/ducts/duct/sections/section/transformation/translationcpacs/vehicles/aircraft/model/ducts/duct/sections/section/elements/element/transformation/translationcpacs/vehicles/aircraft/model/ducts/ductAssembly/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/sections/section/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/sections/section/elements/element/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/decks/deck/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/decks/deck/seatModules/seatModule/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/decks/deck/sidewallPanels/sidewallPanel/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/decks/deck/luggageCompartments/luggageCompartment/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/decks/deck/ceilingPanels/ceilingPanel/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/decks/deck/galleys/galley/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/decks/deck/genericFloorModules/genericFloorModule/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/decks/deck/lavatories/lavatory/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/decks/deck/classDividers/classDivider/transformation/translationcpacs/vehicles/aircraft/model/fuselages/fuselage/decks/deck/cargoContainers/cargoContainer/transformation/translationcpacs/vehicles/aircraft/model/wings/wing/transformation/translationcpacs/vehicles/aircraft/model/wings/wing/sections/section/transformation/translationcpacs/vehicles/aircraft/model/wings/wing/sections/section/elements/element/transformation/translationcpacs/vehicles/aircraft/model/engines/engine/transformation/translationcpacs/vehicles/aircraft/model/enginePylons/enginePylon/transformation/translationcpacs/vehicles/aircraft/model/enginePylons/enginePylon/sections/section/transformation/translationcpacs/vehicles/aircraft/model/enginePylons/enginePylon/sections/section/elements/element/transformation/translationcpacs/vehicles/aircraft/model/enginePylons/enginePylon/loadCarryingStructure/pylonBox/innerSideShell/transformation/translation| Type | Name |
|---|---|
genericMassType | location |
mRibType | location |
strutAssemblyType | endPoint |
transformationSE3Type | translation |
transformationType | translation |