@@ -511,51 +511,61 @@ def _get_all_wind_tunnel_ghost_surfaces():
511511 {
512512 "private_attribute_entity_type_name" : "WindTunnelGhostSurface" ,
513513 "name" : "windTunnelInlet" ,
514+ "private_attribute_id" : "windTunnelInlet" ,
514515 "used_by" : ["all" ],
515516 },
516517 {
517518 "private_attribute_entity_type_name" : "WindTunnelGhostSurface" ,
518519 "name" : "windTunnelOutlet" ,
520+ "private_attribute_id" : "windTunnelOutlet" ,
519521 "used_by" : ["all" ],
520522 },
521523 {
522524 "private_attribute_entity_type_name" : "WindTunnelGhostSurface" ,
523525 "name" : "windTunnelCeiling" ,
526+ "private_attribute_id" : "windTunnelCeiling" ,
524527 "used_by" : ["all" ],
525528 },
526529 {
527530 "private_attribute_entity_type_name" : "WindTunnelGhostSurface" ,
528531 "name" : "windTunnelFloor" ,
532+ "private_attribute_id" : "windTunnelFloor" ,
529533 "used_by" : ["all" ],
530534 },
531535 {
532536 "private_attribute_entity_type_name" : "WindTunnelGhostSurface" ,
533537 "name" : "windTunnelLeft" ,
538+ "private_attribute_id" : "windTunnelLeft" ,
534539 "used_by" : ["all" ],
535540 },
536541 {
537542 "private_attribute_entity_type_name" : "WindTunnelGhostSurface" ,
538543 "name" : "windTunnelRight" ,
544+ "private_attribute_id" : "windTunnelRight" ,
539545 "used_by" : ["all" ],
540546 },
541547 {
542548 "private_attribute_entity_type_name" : "WindTunnelGhostSurface" ,
543549 "name" : "windTunnelFrictionPatch" ,
550+ "private_attribute_id" : "windTunnelFrictionPatch" ,
544551 "used_by" : ["StaticFloor" ],
545552 },
546553 {
547554 "private_attribute_entity_type_name" : "WindTunnelGhostSurface" ,
548555 "name" : "windTunnelCentralBelt" ,
556+ "private_attribute_id" : "windTunnelCentralBelt" ,
549557 "used_by" : ["CentralBelt" , "WheelBelts" ],
550558 },
551559 {
552560 "private_attribute_entity_type_name" : "WindTunnelGhostSurface" ,
553561 "name" : "windTunnelFrontWheelBelt" ,
562+ "private_attribute_id" : "windTunnelFrontWheelBelt" ,
554563 "used_by" : ["WheelBelts" ],
555564 },
556565 {
557566 "private_attribute_entity_type_name" : "WindTunnelGhostSurface" ,
558567 "name" : "windTunnelRearWheelBelt" ,
568+ "private_attribute_id" : "windTunnelRearWheelBelt" ,
559569 "used_by" : ["WheelBelts" ],
560570 },
561571 ]
0 commit comments