• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

MSFS20 Airport RunwayDeformation Tag

mendiola_loyola

Resource contributor
Messages
520
Country
peru
Dear All;

Do you know how to use the RunwayDeformation tag on the FS2020 SDK ?

Code:
        <Runway lat="25.03598600322378" lon="-77.46942558230664" alt="4.11480013167360" heading="89.64241790771484" length="2529.31225585937500" width="46.85408401489258" patternAltitude="304.79998779296875" surface="{B037EA38-EDF8-4AE5-B41B-2CA423ADA3EF}" transparent="FALSE" number="10" designator="NONE" primaryLanding="TRUE" primaryTakeoff="TRUE" primaryPattern="LEFT" secondaryLanding="TRUE" secondaryTakeoff="TRUE" secondaryPattern="LEFT" primaryMarkingBias="0.00000000000000" secondaryMarkingBias="0.00000000000000" groundMerging="TRUE" excludeVegetationAround="TRUE">
            <RunwayDeformation alt="4.267200" ratio="0.000000"/>
            <RunwayDeformation alt="3.962400" ratio="1.000000"/>

I took that code from the airport example on the SDK.

Regards
Alfredo Mendiola Loyola
 
Well I answered my question.
It is used to create slope runways setting two elevation points on the runway vertexes.

I set 100 Meters of altitude to the Runway 15:
1597804161042.png
 
I have moved this to the Airport Design Forum. Theoretically you can have multiple deformations for a runway.
 
Back
Top