project(TKSTEP209)

if (WIN32)
  list( APPEND TKSTEP209_PRECOMPILED_DEFS "-D__StepElement_DLL" )
  list( APPEND TKSTEP209_PRECOMPILED_DEFS "-D__StepFEA_DLL" )
  list( APPEND TKSTEP209_PRECOMPILED_DEFS "-D__RWStepElement_DLL" )
  list( APPEND TKSTEP209_PRECOMPILED_DEFS "-D__RWStepFEA_DLL" )
  string( REGEX REPLACE ";" " " TKSTEP209_PRECOMPILED_DEFS "${TKSTEP209_PRECOMPILED_DEFS}")
endif()

  list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${WOK_LIB_PATH}" )
  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}/inc")
    list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${BUILD_PATCH_DIR}/inc" )
  ENDIF()
  IF(EXISTS "${CMAKE_SOURCE_DIR}/inc")
    list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${CMAKE_SOURCE_DIR}/inc" )
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "")
    IF(EXISTS "${BUILD_PATCH_DIR}/drv/StepElement")
      list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${BUILD_PATCH_DIR}/drv/StepElement" )
    ENDIF()
    IF(EXISTS "${BUILD_PATCH_DIR}/src/StepElement")
      list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${BUILD_PATCH_DIR}/src/StepElement" )
    ENDIF()

    IF(EXISTS "${BUILD_PATCH_DIR}/drv/StepFEA")
      list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${BUILD_PATCH_DIR}/drv/StepFEA" )
    ENDIF()
    IF(EXISTS "${BUILD_PATCH_DIR}/src/StepFEA")
      list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${BUILD_PATCH_DIR}/src/StepFEA" )
    ENDIF()

    IF(EXISTS "${BUILD_PATCH_DIR}/drv/RWStepElement")
      list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${BUILD_PATCH_DIR}/drv/RWStepElement" )
    ENDIF()
    IF(EXISTS "${BUILD_PATCH_DIR}/src/RWStepElement")
      list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${BUILD_PATCH_DIR}/src/RWStepElement" )
    ENDIF()

    IF(EXISTS "${BUILD_PATCH_DIR}/drv/RWStepFEA")
      list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${BUILD_PATCH_DIR}/drv/RWStepFEA" )
    ENDIF()
    IF(EXISTS "${BUILD_PATCH_DIR}/src/RWStepFEA")
      list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${BUILD_PATCH_DIR}/src/RWStepFEA" )
    ENDIF()

  ENDIF()

  IF(EXISTS "${CMAKE_SOURCE_DIR}/drv/StepElement")
    list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${CMAKE_SOURCE_DIR}/drv/StepElement" )
  ENDIF()
  IF(EXISTS "${CMAKE_SOURCE_DIR}/src/StepElement")
    list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${CMAKE_SOURCE_DIR}/src/StepElement" )
  ENDIF()

  IF(EXISTS "${CMAKE_SOURCE_DIR}/drv/StepFEA")
    list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${CMAKE_SOURCE_DIR}/drv/StepFEA" )
  ENDIF()
  IF(EXISTS "${CMAKE_SOURCE_DIR}/src/StepFEA")
    list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${CMAKE_SOURCE_DIR}/src/StepFEA" )
  ENDIF()

  IF(EXISTS "${CMAKE_SOURCE_DIR}/drv/RWStepElement")
    list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${CMAKE_SOURCE_DIR}/drv/RWStepElement" )
  ENDIF()
  IF(EXISTS "${CMAKE_SOURCE_DIR}/src/RWStepElement")
    list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${CMAKE_SOURCE_DIR}/src/RWStepElement" )
  ENDIF()

  IF(EXISTS "${CMAKE_SOURCE_DIR}/drv/RWStepFEA")
    list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${CMAKE_SOURCE_DIR}/drv/RWStepFEA" )
  ENDIF()
  IF(EXISTS "${CMAKE_SOURCE_DIR}/src/RWStepFEA")
    list( APPEND TKSTEP209_COMPILER_DIRECTORIES "${CMAKE_SOURCE_DIR}/src/RWStepFEA" )
  ENDIF()

IF (WIN32)
  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "")
  ENDIF()

ELSE()
  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "")
  ENDIF()

ENDIF()

  list( APPEND TKSTEP209_USED_LIBS TKernel )
  list( APPEND TKSTEP209_USED_LIBS TKXSBase )
  list( APPEND TKSTEP209_USED_LIBS TKSTEPBase )

if (WIN32)
elseif(APPLE)
elseif(ANDROID)
else()
endif()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfCurveElementEndReleasePacket_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfCurveElementEndReleasePacket_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfCurveElementEndReleasePacket_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfCurveElementEndReleasePacket_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfCurveElementEndReleasePacket_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfCurveElementEndReleasePacket_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfCurveElementSectionDefinition_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfCurveElementSectionDefinition_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfCurveElementSectionDefinition_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfCurveElementSectionDefinition_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfCurveElementSectionDefinition_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfCurveElementSectionDefinition_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfCurveElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfCurveElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfCurveElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfCurveElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfCurveElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfCurveElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfSurfaceElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfSurfaceElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfSurfaceElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfSurfaceElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfSurfaceElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfHSequenceOfSurfaceElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfMeasureOrUnspecifiedValue_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfMeasureOrUnspecifiedValue_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfMeasureOrUnspecifiedValue_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfMeasureOrUnspecifiedValue_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfMeasureOrUnspecifiedValue_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfMeasureOrUnspecifiedValue_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfSurfaceSection_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfSurfaceSection_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfSurfaceSection_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfSurfaceSection_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfSurfaceSection_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfSurfaceSection_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurpose_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurpose_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurpose_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurpose_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurpose_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array1OfVolumeElementPurpose_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array2OfCurveElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array2OfCurveElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array2OfCurveElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array2OfCurveElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array2OfCurveElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array2OfCurveElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurpose_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurpose_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurpose_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurpose_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurpose_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_Array2OfSurfaceElementPurpose_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementEndReleasePacket_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementEndReleasePacket_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementEndReleasePacket_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementEndReleasePacket_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementEndReleasePacket_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementEndReleasePacket_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementSectionDefinition_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementSectionDefinition_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementSectionDefinition_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementSectionDefinition_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementSectionDefinition_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfCurveElementSectionDefinition_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfCurveElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfCurveElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfCurveElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfCurveElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfCurveElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfCurveElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfMeasureOrUnspecifiedValue_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfMeasureOrUnspecifiedValue_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfMeasureOrUnspecifiedValue_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfMeasureOrUnspecifiedValue_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfMeasureOrUnspecifiedValue_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfMeasureOrUnspecifiedValue_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfSurfaceSection_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfSurfaceSection_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfSurfaceSection_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfSurfaceSection_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfSurfaceSection_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfSurfaceSection_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurpose_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurpose_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurpose_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurpose_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurpose_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray1OfVolumeElementPurpose_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray2OfCurveElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray2OfCurveElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray2OfCurveElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray2OfCurveElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray2OfCurveElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray2OfCurveElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurpose_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurpose_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurpose_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurpose_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurpose_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HArray2OfSurfaceElementPurpose_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementSectionDefinition_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementSectionDefinition_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementSectionDefinition_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementSectionDefinition_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementSectionDefinition_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfCurveElementSectionDefinition_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfElementMaterial_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfElementMaterial_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfElementMaterial_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfElementMaterial_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfElementMaterial_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfElementMaterial_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfSurfaceElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfSurfaceElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_HSequenceOfSurfaceElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfSurfaceElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfSurfaceElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_HSequenceOfSurfaceElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementSectionDefinition_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementSectionDefinition_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementSectionDefinition_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementSectionDefinition_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementSectionDefinition_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfCurveElementSectionDefinition_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfElementMaterial_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfElementMaterial_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfElementMaterial_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfElementMaterial_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfElementMaterial_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfElementMaterial_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfSurfaceElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfSurfaceElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfSurfaceElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfSurfaceElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfSurfaceElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceNodeOfSequenceOfSurfaceElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementSectionDefinition_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementSectionDefinition_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementSectionDefinition_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementSectionDefinition_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementSectionDefinition_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfCurveElementSectionDefinition_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfElementMaterial_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfElementMaterial_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfElementMaterial_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfElementMaterial_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfElementMaterial_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfElementMaterial_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfSurfaceElementPurposeMember_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfSurfaceElementPurposeMember_0.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//drv/StepElement/StepElement_SequenceOfSurfaceElementPurposeMember_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfSurfaceElementPurposeMember_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfSurfaceElementPurposeMember_0.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//drv/StepElement/StepElement_SequenceOfSurfaceElementPurposeMember_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_AnalysisItemWithinRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_AnalysisItemWithinRepresentation.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_AnalysisItemWithinRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_AnalysisItemWithinRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_AnalysisItemWithinRepresentation.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_AnalysisItemWithinRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_Curve3dElementDescriptor.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_Curve3dElementDescriptor.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_Curve3dElementDescriptor.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_Curve3dElementDescriptor.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_Curve3dElementDescriptor.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_Curve3dElementDescriptor.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementEndReleasePacket.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementEndReleasePacket.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementEndReleasePacket.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementEndReleasePacket.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementEndReleasePacket.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementEndReleasePacket.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementFreedom.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementFreedom.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementFreedom.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementFreedom.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementFreedom.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementFreedom.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementFreedomMember.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementFreedomMember.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementFreedomMember.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementFreedomMember.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementFreedomMember.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementFreedomMember.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementPurpose.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementPurpose.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementPurpose.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementPurpose.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementPurpose.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementPurpose.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementPurposeMember.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementPurposeMember.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementPurposeMember.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementPurposeMember.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementPurposeMember.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementPurposeMember.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementSectionDefinition.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementSectionDefinition.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementSectionDefinition.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementSectionDefinition.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementSectionDefinition.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementSectionDefinition.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementSectionDerivedDefinitions.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementSectionDerivedDefinitions.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_CurveElementSectionDerivedDefinitions.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementSectionDerivedDefinitions.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementSectionDerivedDefinitions.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_CurveElementSectionDerivedDefinitions.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementAspect.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementAspect.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementAspect.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementAspect.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementAspect.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementAspect.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementAspectMember.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementAspectMember.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementAspectMember.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementAspectMember.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementAspectMember.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementAspectMember.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementDescriptor.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementDescriptor.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementDescriptor.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementDescriptor.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementDescriptor.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementDescriptor.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementMaterial.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementMaterial.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_ElementMaterial.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementMaterial.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementMaterial.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_ElementMaterial.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValue.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValue.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValue.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValue.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValue.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValue.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValueMember.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValueMember.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValueMember.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValueMember.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValueMember.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_MeasureOrUnspecifiedValueMember.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_Surface3dElementDescriptor.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_Surface3dElementDescriptor.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_Surface3dElementDescriptor.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_Surface3dElementDescriptor.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_Surface3dElementDescriptor.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_Surface3dElementDescriptor.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceElementProperty.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceElementProperty.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceElementProperty.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceElementProperty.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceElementProperty.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceElementProperty.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceElementPurpose.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceElementPurpose.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceElementPurpose.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceElementPurpose.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceElementPurpose.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceElementPurpose.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceElementPurposeMember.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceElementPurposeMember.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceElementPurposeMember.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceElementPurposeMember.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceElementPurposeMember.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceElementPurposeMember.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSection.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSection.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSection.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSection.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSection.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSection.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSectionField.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSectionField.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSectionField.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSectionField.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSectionField.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSectionField.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSectionFieldConstant.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSectionFieldConstant.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSectionFieldConstant.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSectionFieldConstant.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSectionFieldConstant.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSectionFieldConstant.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSectionFieldVarying.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSectionFieldVarying.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_SurfaceSectionFieldVarying.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSectionFieldVarying.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSectionFieldVarying.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_SurfaceSectionFieldVarying.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_UniformSurfaceSection.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_UniformSurfaceSection.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_UniformSurfaceSection.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_UniformSurfaceSection.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_UniformSurfaceSection.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_UniformSurfaceSection.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_Volume3dElementDescriptor.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_Volume3dElementDescriptor.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_Volume3dElementDescriptor.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_Volume3dElementDescriptor.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_Volume3dElementDescriptor.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_Volume3dElementDescriptor.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_VolumeElementPurpose.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_VolumeElementPurpose.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_VolumeElementPurpose.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_VolumeElementPurpose.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_VolumeElementPurpose.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_VolumeElementPurpose.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepElement/StepElement_VolumeElementPurposeMember.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_VolumeElementPurposeMember.cxx" )
    SOURCE_GROUP (StepElement FILES "${BUILD_PATCH_DIR}//src/StepElement/StepElement_VolumeElementPurposeMember.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_VolumeElementPurposeMember.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_VolumeElementPurposeMember.cxx" )
      SOURCE_GROUP (StepElement FILES "${CMAKE_SOURCE_DIR}//src/StepElement/StepElement_VolumeElementPurposeMember.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndOffset_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndOffset_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndOffset_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndOffset_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndOffset_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndOffset_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndRelease_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndRelease_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndRelease_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndRelease_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndRelease_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementEndRelease_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementInterval_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementInterval_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementInterval_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementInterval_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementInterval_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfCurveElementInterval_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfDegreeOfFreedom_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfDegreeOfFreedom_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfDegreeOfFreedom_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfDegreeOfFreedom_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfDegreeOfFreedom_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfDegreeOfFreedom_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfElementRepresentation_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfElementRepresentation_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfElementRepresentation_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfElementRepresentation_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfElementRepresentation_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfElementRepresentation_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfNodeRepresentation_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfNodeRepresentation_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_Array1OfNodeRepresentation_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfNodeRepresentation_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfNodeRepresentation_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_Array1OfNodeRepresentation_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndOffset_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndOffset_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndOffset_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndOffset_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndOffset_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndOffset_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndRelease_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndRelease_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndRelease_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndRelease_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndRelease_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementEndRelease_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementInterval_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementInterval_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementInterval_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementInterval_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementInterval_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfCurveElementInterval_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfDegreeOfFreedom_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfDegreeOfFreedom_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfDegreeOfFreedom_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfDegreeOfFreedom_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfDegreeOfFreedom_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfDegreeOfFreedom_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfElementRepresentation_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfElementRepresentation_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfElementRepresentation_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfElementRepresentation_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfElementRepresentation_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfElementRepresentation_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfNodeRepresentation_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfNodeRepresentation_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HArray1OfNodeRepresentation_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfNodeRepresentation_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfNodeRepresentation_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HArray1OfNodeRepresentation_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfCurve3dElementProperty_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfCurve3dElementProperty_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfCurve3dElementProperty_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfCurve3dElementProperty_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfCurve3dElementProperty_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfCurve3dElementProperty_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementGeometricRelationship_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementGeometricRelationship_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementGeometricRelationship_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementGeometricRelationship_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementGeometricRelationship_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementGeometricRelationship_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementRepresentation_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementRepresentation_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementRepresentation_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementRepresentation_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementRepresentation_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfElementRepresentation_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfNodeRepresentation_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfNodeRepresentation_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_HSequenceOfNodeRepresentation_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfNodeRepresentation_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfNodeRepresentation_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_HSequenceOfNodeRepresentation_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfCurve3dElementProperty_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfCurve3dElementProperty_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfCurve3dElementProperty_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfCurve3dElementProperty_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfCurve3dElementProperty_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfCurve3dElementProperty_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementGeometricRelationship_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementGeometricRelationship_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementGeometricRelationship_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementGeometricRelationship_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementGeometricRelationship_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementGeometricRelationship_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementRepresentation_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementRepresentation_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementRepresentation_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementRepresentation_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementRepresentation_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfElementRepresentation_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfNodeRepresentation_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfNodeRepresentation_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfNodeRepresentation_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfNodeRepresentation_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfNodeRepresentation_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceNodeOfSequenceOfNodeRepresentation_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfCurve3dElementProperty_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfCurve3dElementProperty_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfCurve3dElementProperty_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfCurve3dElementProperty_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfCurve3dElementProperty_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfCurve3dElementProperty_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfElementGeometricRelationship_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfElementGeometricRelationship_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfElementGeometricRelationship_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfElementGeometricRelationship_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfElementGeometricRelationship_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfElementGeometricRelationship_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfElementRepresentation_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfElementRepresentation_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfElementRepresentation_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfElementRepresentation_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfElementRepresentation_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfElementRepresentation_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfNodeRepresentation_0.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfNodeRepresentation_0.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//drv/StepFEA/StepFEA_SequenceOfNodeRepresentation_0.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfNodeRepresentation_0.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfNodeRepresentation_0.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//drv/StepFEA/StepFEA_SequenceOfNodeRepresentation_0.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_AlignedCurve3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_AlignedCurve3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_AlignedCurve3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_AlignedCurve3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_AlignedCurve3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_AlignedCurve3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_AlignedSurface3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_AlignedSurface3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_AlignedSurface3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_AlignedSurface3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_AlignedSurface3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_AlignedSurface3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ArbitraryVolume3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ArbitraryVolume3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ArbitraryVolume3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ArbitraryVolume3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ArbitraryVolume3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ArbitraryVolume3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ConstantSurface3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ConstantSurface3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ConstantSurface3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ConstantSurface3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ConstantSurface3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ConstantSurface3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Curve3dElementProperty.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Curve3dElementProperty.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Curve3dElementProperty.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Curve3dElementProperty.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Curve3dElementProperty.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Curve3dElementProperty.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Curve3dElementRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Curve3dElementRepresentation.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Curve3dElementRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Curve3dElementRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Curve3dElementRepresentation.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Curve3dElementRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementEndCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementEndCoordinateSystem.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementEndCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementEndCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementEndCoordinateSystem.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementEndCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementEndOffset.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementEndOffset.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementEndOffset.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementEndOffset.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementEndOffset.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementEndOffset.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementEndRelease.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementEndRelease.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementEndRelease.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementEndRelease.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementEndRelease.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementEndRelease.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementInterval.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementInterval.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementInterval.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementInterval.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementInterval.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementInterval.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementIntervalConstant.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementIntervalConstant.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementIntervalConstant.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementIntervalConstant.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementIntervalConstant.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementIntervalConstant.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementIntervalLinearlyVarying.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementIntervalLinearlyVarying.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementIntervalLinearlyVarying.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementIntervalLinearlyVarying.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementIntervalLinearlyVarying.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementIntervalLinearlyVarying.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementLocation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementLocation.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_CurveElementLocation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementLocation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementLocation.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_CurveElementLocation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_DegreeOfFreedom.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_DegreeOfFreedom.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_DegreeOfFreedom.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_DegreeOfFreedom.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_DegreeOfFreedom.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_DegreeOfFreedom.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_DegreeOfFreedomMember.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_DegreeOfFreedomMember.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_DegreeOfFreedomMember.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_DegreeOfFreedomMember.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_DegreeOfFreedomMember.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_DegreeOfFreedomMember.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_DummyNode.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_DummyNode.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_DummyNode.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_DummyNode.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_DummyNode.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_DummyNode.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementGeometricRelationship.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementGeometricRelationship.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementGeometricRelationship.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementGeometricRelationship.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementGeometricRelationship.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementGeometricRelationship.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementGroup.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementGroup.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementGroup.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementGroup.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementGroup.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementGroup.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementOrElementGroup.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementOrElementGroup.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementOrElementGroup.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementOrElementGroup.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementOrElementGroup.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementOrElementGroup.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementRepresentation.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ElementRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementRepresentation.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ElementRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaAreaDensity.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaAreaDensity.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaAreaDensity.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaAreaDensity.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaAreaDensity.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaAreaDensity.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaAxis2Placement3d.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaAxis2Placement3d.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaAxis2Placement3d.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaAxis2Placement3d.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaAxis2Placement3d.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaAxis2Placement3d.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaCurveSectionGeometricRelationship.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaCurveSectionGeometricRelationship.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaCurveSectionGeometricRelationship.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaCurveSectionGeometricRelationship.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaCurveSectionGeometricRelationship.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaCurveSectionGeometricRelationship.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaGroup.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaGroup.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaGroup.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaGroup.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaGroup.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaGroup.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaLinearElasticity.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaLinearElasticity.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaLinearElasticity.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaLinearElasticity.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaLinearElasticity.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaLinearElasticity.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMassDensity.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMassDensity.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMassDensity.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMassDensity.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMassDensity.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMassDensity.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentation.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentation.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentationItem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentationItem.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentationItem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentationItem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentationItem.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMaterialPropertyRepresentationItem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaModel.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaModel.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaModel.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaModel.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaModel.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaModel.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaModel3d.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaModel3d.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaModel3d.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaModel3d.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaModel3d.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaModel3d.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaModelDefinition.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaModelDefinition.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaModelDefinition.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaModelDefinition.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaModelDefinition.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaModelDefinition.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMoistureAbsorption.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMoistureAbsorption.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaMoistureAbsorption.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMoistureAbsorption.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMoistureAbsorption.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaMoistureAbsorption.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaParametricPoint.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaParametricPoint.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaParametricPoint.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaParametricPoint.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaParametricPoint.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaParametricPoint.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaRepresentationItem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaRepresentationItem.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaRepresentationItem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaRepresentationItem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaRepresentationItem.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaRepresentationItem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaSecantCoefficientOfLinearThermalExpansion.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaSecantCoefficientOfLinearThermalExpansion.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaSecantCoefficientOfLinearThermalExpansion.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaSecantCoefficientOfLinearThermalExpansion.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaSecantCoefficientOfLinearThermalExpansion.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaSecantCoefficientOfLinearThermalExpansion.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellBendingStiffness.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellBendingStiffness.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellBendingStiffness.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellBendingStiffness.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellBendingStiffness.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellBendingStiffness.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellMembraneBendingCouplingStiffness.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellMembraneBendingCouplingStiffness.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellMembraneBendingCouplingStiffness.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellMembraneBendingCouplingStiffness.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellMembraneBendingCouplingStiffness.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellMembraneBendingCouplingStiffness.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellMembraneStiffness.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellMembraneStiffness.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellMembraneStiffness.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellMembraneStiffness.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellMembraneStiffness.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellMembraneStiffness.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellShearStiffness.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellShearStiffness.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaShellShearStiffness.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellShearStiffness.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellShearStiffness.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaShellShearStiffness.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaSurfaceSectionGeometricRelationship.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaSurfaceSectionGeometricRelationship.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaSurfaceSectionGeometricRelationship.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaSurfaceSectionGeometricRelationship.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaSurfaceSectionGeometricRelationship.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaSurfaceSectionGeometricRelationship.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaTangentialCoefficientOfLinearThermalExpansion.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaTangentialCoefficientOfLinearThermalExpansion.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FeaTangentialCoefficientOfLinearThermalExpansion.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaTangentialCoefficientOfLinearThermalExpansion.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaTangentialCoefficientOfLinearThermalExpansion.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FeaTangentialCoefficientOfLinearThermalExpansion.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FreedomAndCoefficient.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FreedomAndCoefficient.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FreedomAndCoefficient.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FreedomAndCoefficient.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FreedomAndCoefficient.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FreedomAndCoefficient.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FreedomsList.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FreedomsList.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_FreedomsList.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FreedomsList.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FreedomsList.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_FreedomsList.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_GeometricNode.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_GeometricNode.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_GeometricNode.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_GeometricNode.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_GeometricNode.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_GeometricNode.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Node.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Node.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Node.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Node.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Node.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Node.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeDefinition.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeDefinition.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeDefinition.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeDefinition.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeDefinition.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeDefinition.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeGroup.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeGroup.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeGroup.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeGroup.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeGroup.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeGroup.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeRepresentation.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeRepresentation.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeSet.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeSet.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeSet.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeSet.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeSet.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeSet.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeWithSolutionCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeWithSolutionCoordinateSystem.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeWithSolutionCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeWithSolutionCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeWithSolutionCoordinateSystem.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeWithSolutionCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeWithVector.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeWithVector.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_NodeWithVector.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeWithVector.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeWithVector.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_NodeWithVector.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateDirection.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateDirection.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateDirection.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateDirection.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateDirection.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateDirection.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ParametricCurve3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ParametricSurface3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ParametricSurface3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_ParametricSurface3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ParametricSurface3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ParametricSurface3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_ParametricSurface3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Surface3dElementRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Surface3dElementRepresentation.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Surface3dElementRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Surface3dElementRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Surface3dElementRepresentation.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Surface3dElementRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor22d.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor22d.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor22d.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor22d.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor22d.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor22d.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor23d.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor23d.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor23d.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor23d.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor23d.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor23d.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor23dMember.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor23dMember.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor23dMember.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor23dMember.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor23dMember.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor23dMember.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor42d.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor42d.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor42d.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor42d.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor42d.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor42d.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor43d.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor43d.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor43d.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor43d.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor43d.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor43d.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor43dMember.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor43dMember.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_SymmetricTensor43dMember.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor43dMember.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor43dMember.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_SymmetricTensor43dMember.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Volume3dElementRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Volume3dElementRepresentation.cxx" )
    SOURCE_GROUP (StepFEA FILES "${BUILD_PATCH_DIR}//src/StepFEA/StepFEA_Volume3dElementRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Volume3dElementRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Volume3dElementRepresentation.cxx" )
      SOURCE_GROUP (StepFEA FILES "${CMAKE_SOURCE_DIR}//src/StepFEA/StepFEA_Volume3dElementRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWAnalysisItemWithinRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWAnalysisItemWithinRepresentation.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWAnalysisItemWithinRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWAnalysisItemWithinRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWAnalysisItemWithinRepresentation.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWAnalysisItemWithinRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurve3dElementDescriptor.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurve3dElementDescriptor.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurve3dElementDescriptor.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurve3dElementDescriptor.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurve3dElementDescriptor.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurve3dElementDescriptor.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurveElementEndReleasePacket.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurveElementEndReleasePacket.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurveElementEndReleasePacket.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurveElementEndReleasePacket.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurveElementEndReleasePacket.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurveElementEndReleasePacket.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDefinition.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDefinition.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDefinition.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDefinition.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDefinition.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDefinition.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDerivedDefinitions.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDerivedDefinitions.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDerivedDefinitions.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDerivedDefinitions.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDerivedDefinitions.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWCurveElementSectionDerivedDefinitions.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWElementDescriptor.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWElementDescriptor.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWElementDescriptor.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWElementDescriptor.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWElementDescriptor.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWElementDescriptor.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWElementMaterial.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWElementMaterial.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWElementMaterial.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWElementMaterial.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWElementMaterial.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWElementMaterial.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurface3dElementDescriptor.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurface3dElementDescriptor.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurface3dElementDescriptor.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurface3dElementDescriptor.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurface3dElementDescriptor.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurface3dElementDescriptor.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceElementProperty.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceElementProperty.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceElementProperty.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceElementProperty.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceElementProperty.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceElementProperty.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSection.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSection.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSection.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSection.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSection.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSection.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionField.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionField.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionField.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionField.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionField.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionField.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldConstant.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldConstant.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldConstant.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldConstant.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldConstant.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldConstant.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldVarying.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldVarying.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldVarying.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldVarying.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldVarying.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWSurfaceSectionFieldVarying.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWUniformSurfaceSection.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWUniformSurfaceSection.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWUniformSurfaceSection.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWUniformSurfaceSection.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWUniformSurfaceSection.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWUniformSurfaceSection.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWVolume3dElementDescriptor.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWVolume3dElementDescriptor.cxx" )
    SOURCE_GROUP (RWStepElement FILES "${BUILD_PATCH_DIR}//src/RWStepElement/RWStepElement_RWVolume3dElementDescriptor.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWVolume3dElementDescriptor.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWVolume3dElementDescriptor.cxx" )
      SOURCE_GROUP (RWStepElement FILES "${CMAKE_SOURCE_DIR}//src/RWStepElement/RWStepElement_RWVolume3dElementDescriptor.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedCurve3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedCurve3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedCurve3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedCurve3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedCurve3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedCurve3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedSurface3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedSurface3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedSurface3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedSurface3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedSurface3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWAlignedSurface3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWArbitraryVolume3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWArbitraryVolume3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWArbitraryVolume3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWArbitraryVolume3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWArbitraryVolume3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWArbitraryVolume3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWConstantSurface3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWConstantSurface3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWConstantSurface3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWConstantSurface3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWConstantSurface3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWConstantSurface3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementProperty.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementProperty.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementProperty.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementProperty.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementProperty.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementProperty.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementRepresentation.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementRepresentation.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurve3dElementRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndOffset.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndOffset.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndOffset.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndOffset.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndOffset.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndOffset.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndRelease.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndRelease.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndRelease.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndRelease.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndRelease.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementEndRelease.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementInterval.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementInterval.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementInterval.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementInterval.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementInterval.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementInterval.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalConstant.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalConstant.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalConstant.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalConstant.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalConstant.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalConstant.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalLinearlyVarying.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalLinearlyVarying.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalLinearlyVarying.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalLinearlyVarying.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalLinearlyVarying.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementIntervalLinearlyVarying.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementLocation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementLocation.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementLocation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementLocation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementLocation.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWCurveElementLocation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWDummyNode.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWDummyNode.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWDummyNode.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWDummyNode.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWDummyNode.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWDummyNode.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWElementGeometricRelationship.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWElementGeometricRelationship.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWElementGeometricRelationship.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWElementGeometricRelationship.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWElementGeometricRelationship.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWElementGeometricRelationship.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWElementGroup.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWElementGroup.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWElementGroup.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWElementGroup.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWElementGroup.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWElementGroup.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWElementRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWElementRepresentation.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWElementRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWElementRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWElementRepresentation.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWElementRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAreaDensity.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAreaDensity.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAreaDensity.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAreaDensity.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAreaDensity.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAreaDensity.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAxis2Placement3d.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAxis2Placement3d.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAxis2Placement3d.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAxis2Placement3d.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAxis2Placement3d.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaAxis2Placement3d.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaCurveSectionGeometricRelationship.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaCurveSectionGeometricRelationship.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaCurveSectionGeometricRelationship.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaCurveSectionGeometricRelationship.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaCurveSectionGeometricRelationship.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaCurveSectionGeometricRelationship.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaGroup.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaGroup.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaGroup.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaGroup.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaGroup.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaGroup.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaLinearElasticity.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaLinearElasticity.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaLinearElasticity.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaLinearElasticity.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaLinearElasticity.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaLinearElasticity.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMassDensity.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMassDensity.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMassDensity.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMassDensity.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMassDensity.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMassDensity.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentation.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentation.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentationItem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentationItem.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentationItem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentationItem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentationItem.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMaterialPropertyRepresentationItem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel3d.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel3d.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel3d.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel3d.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel3d.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModel3d.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModelDefinition.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModelDefinition.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModelDefinition.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModelDefinition.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModelDefinition.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaModelDefinition.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMoistureAbsorption.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMoistureAbsorption.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMoistureAbsorption.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMoistureAbsorption.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMoistureAbsorption.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaMoistureAbsorption.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaParametricPoint.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaParametricPoint.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaParametricPoint.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaParametricPoint.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaParametricPoint.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaParametricPoint.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaRepresentationItem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaRepresentationItem.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaRepresentationItem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaRepresentationItem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaRepresentationItem.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaRepresentationItem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSecantCoefficientOfLinearThermalExpansion.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSecantCoefficientOfLinearThermalExpansion.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSecantCoefficientOfLinearThermalExpansion.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSecantCoefficientOfLinearThermalExpansion.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSecantCoefficientOfLinearThermalExpansion.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSecantCoefficientOfLinearThermalExpansion.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellBendingStiffness.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellBendingStiffness.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellBendingStiffness.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellBendingStiffness.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellBendingStiffness.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellBendingStiffness.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneBendingCouplingStiffness.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneBendingCouplingStiffness.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneBendingCouplingStiffness.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneBendingCouplingStiffness.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneBendingCouplingStiffness.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneBendingCouplingStiffness.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneStiffness.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneStiffness.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneStiffness.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneStiffness.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneStiffness.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellMembraneStiffness.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellShearStiffness.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellShearStiffness.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellShearStiffness.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellShearStiffness.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellShearStiffness.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaShellShearStiffness.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSurfaceSectionGeometricRelationship.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSurfaceSectionGeometricRelationship.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSurfaceSectionGeometricRelationship.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSurfaceSectionGeometricRelationship.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSurfaceSectionGeometricRelationship.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaSurfaceSectionGeometricRelationship.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaTangentialCoefficientOfLinearThermalExpansion.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaTangentialCoefficientOfLinearThermalExpansion.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFeaTangentialCoefficientOfLinearThermalExpansion.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaTangentialCoefficientOfLinearThermalExpansion.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaTangentialCoefficientOfLinearThermalExpansion.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFeaTangentialCoefficientOfLinearThermalExpansion.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomAndCoefficient.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomAndCoefficient.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomAndCoefficient.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomAndCoefficient.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomAndCoefficient.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomAndCoefficient.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomsList.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomsList.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomsList.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomsList.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomsList.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWFreedomsList.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWGeometricNode.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWGeometricNode.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWGeometricNode.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWGeometricNode.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWGeometricNode.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWGeometricNode.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNode.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNode.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNode.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNode.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNode.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNode.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeDefinition.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeDefinition.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeDefinition.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeDefinition.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeDefinition.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeDefinition.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeGroup.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeGroup.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeGroup.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeGroup.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeGroup.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeGroup.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeRepresentation.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeRepresentation.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeSet.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeSet.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeSet.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeSet.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeSet.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeSet.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithSolutionCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithSolutionCoordinateSystem.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithSolutionCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithSolutionCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithSolutionCoordinateSystem.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithSolutionCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithVector.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithVector.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithVector.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithVector.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithVector.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWNodeWithVector.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateDirection.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateDirection.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateDirection.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateDirection.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateDirection.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateDirection.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWParametricCurve3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWParametricSurface3dElementCoordinateSystem.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWParametricSurface3dElementCoordinateSystem.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWParametricSurface3dElementCoordinateSystem.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWParametricSurface3dElementCoordinateSystem.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWParametricSurface3dElementCoordinateSystem.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWParametricSurface3dElementCoordinateSystem.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWSurface3dElementRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWSurface3dElementRepresentation.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWSurface3dElementRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWSurface3dElementRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWSurface3dElementRepresentation.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWSurface3dElementRepresentation.cxx")
    ENDIF()
  ENDIF()

  IF(NOT "${BUILD_PATCH_DIR}" STREQUAL "" AND EXISTS "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWVolume3dElementRepresentation.cxx")
    list( APPEND TKSTEP209_USED_SRCFILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWVolume3dElementRepresentation.cxx" )
    SOURCE_GROUP (RWStepFEA FILES "${BUILD_PATCH_DIR}//src/RWStepFEA/RWStepFEA_RWVolume3dElementRepresentation.cxx")
  ELSE()
    IF(EXISTS "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWVolume3dElementRepresentation.cxx")
      list( APPEND TKSTEP209_USED_SRCFILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWVolume3dElementRepresentation.cxx" )
      SOURCE_GROUP (RWStepFEA FILES "${CMAKE_SOURCE_DIR}//src/RWStepFEA/RWStepFEA_RWVolume3dElementRepresentation.cxx")
    ENDIF()
  ENDIF()


IF (WIN32)
ELSE()

  IF (APPLE)

  ENDIF()

ENDIF()

if ("${USED_TOOLKITS}" STREQUAL "" OR DEFINED TurnONtheTKSTEP209)
 add_library( TKSTEP209 SHARED ${TKSTEP209_USED_SRCFILES} )

 set_property(TARGET TKSTEP209 PROPERTY FOLDER DataExchange)

 install( TARGETS TKSTEP209
                                 RUNTIME DESTINATION "${INSTALL_DIR}/${OS_WITH_BIT}/${COMPILER}/bin${BUILD_POSTFIX}"
                                 ARCHIVE DESTINATION "${INSTALL_DIR}/${OS_WITH_BIT}/${COMPILER}/lib${BUILD_POSTFIX}"
                                 LIBRARY DESTINATION "${INSTALL_DIR}/${OS_WITH_BIT}/${COMPILER}/lib${BUILD_POSTFIX}")

 if (MSVC)
  install( FILES  ${CMAKE_BINARY_DIR}/out/bind/Debug/TKSTEP209.pdb CONFIGURATIONS Debug
                                  DESTINATION "${INSTALL_DIR}/${OS_WITH_BIT}/${COMPILER}/bin${BUILD_POSTFIX}")
 endif()


 set_target_properties( TKSTEP209 PROPERTIES COMPILE_FLAGS "${TKSTEP209_PRECOMPILED_DEFS}" )
 include_directories( ${TKSTEP209_COMPILER_DIRECTORIES} )
 target_link_libraries( TKSTEP209 ${TKSTEP209_USED_LIBS} )
endif()
