From ede19c97c8874a6f87c6e12cbf55a01cf93e36ee Mon Sep 17 00:00:00 2001 From: Sven Goldberg Date: Wed, 31 Jul 2024 14:45:19 +0200 Subject: [PATCH] Add choice nodes fromParameter and toParameter Up to now, kinks and guide curves and not defined consistently. Guides are placed based on profile's arc length, kinks based on parameters on profile. With the new nodes, the user can more easily control the relative position to each other. --- schema/cpacs_schema.xsd | 52 ++++++++++++++++++++++++++++------------- 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/schema/cpacs_schema.xsd b/schema/cpacs_schema.xsd index 758745a..77e63ae 100644 --- a/schema/cpacs_schema.xsd +++ b/schema/cpacs_schema.xsd @@ -17708,14 +17708,24 @@ The fuel tank volume type should also be used for the wing fuel tank - - - Reference to the relative circumference - position from which the guide curve shall start. Valid values - are in the interval -1.0...1.0. - - - + + + + Reference to the relative circumference + position from which the guide curve shall start. Valid values + are in the interval -1.0...1.0. + + + + + + Reference to the parameter + position from which the guide curve shall start. Valid values + are in the interval -1.0...1.0. + + + + Tangent at first point @@ -17724,14 +17734,24 @@ The fuel tank volume type should also be used for the wing fuel tank - - - The relative circumference - position at which the guide curve shall end. Valid values - are in the interval -1,..,1. - - - + + + + The relative circumference + position at which the guide curve shall end. Valid values + are in the interval -1.0,..,1.0. + + + + + + The parameter + position at which the guide curve shall end. Valid values + are in the interval -1.0...1.0. + + + + Tangent at last point