1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
dpasukhi bd651bbbd9 0033531: Configuration - Rework DataExchange ToolKits organization
Integrated DE plugin functionality.
Reworked DE components:
 - TKDESTEP: Handling STEP file format.
 - TKDEOBJ: Handling OBJ file format.
 - TKDEIGES: Handling IGES file format.
 - TKDEGLTF: Handling GLTF file format.
 - TKDEVRML: Handling VRML file format.
 - TKDEPLY: Handling PLY file format.
 - TKDESTL: Handling STL file format.
Reworked DE DRAW components:
  TKXSDRAWSTEP: Container for DE command to work with STEP.
  TKXSDRAWOBJ: Container for DE command to work with OBJ.
  TKXSDRAWIGES: Container for DE command to work with IGES.
  TKXSDRAWGLTF: Container for DE command to work with GLTF.
  TKXSDRAWVRML: Container for DE command to work with VRML.
  TKXSDRAWPLY: Container for DE command to work with PLY.
  TKXSDRAWSTL: Container for DE command to work with STL.
TKXSDRAW rework to be base DRAW plugin to keep DE session and utils.
Updated documentation
Updated samples
2023-12-04 15:52:47 +00:00
..

MFC: OCCT Samples (C++|MFC)

Visual C++ programming samples for Windows platform containing illustrating how to use a particular module or functionality, including the following MFC samples:

  • Geometry
  • Modeling
  • ImportExport
  • HLR

@figure{samples_mvc.png}

  1. Contents

The directory samples/mfc/standard contains the following packages and files:

  • Numbered packages: 01_Geometry, 02_Modeling, etc. provide projects and sources of samples;
  • Files All-vc(number).sln are auxiliary utility projects depending on all other sample projects. When such project is rebuilt, all samples and mfcsample library are also rebuilt.
  • Common directory provides common source and header files for samples and dynamic-link library mfcsample.dll.
  • Data directory stores data files.
  • mfcsample directory contains project for mfcsample.dll library providing basic functionality used by all OCC samples.
  • File env.bat is called from msvc.bat.
  1. Launching Open CASCADE Technology samples:

To run the Open CASCADE Technology samples, use command:

execute run.bat [vc10|vc11|vc12|vc14] [win32|win64] [Release|Debug] [SampleName]

To run the Geometry sample, use command:

execute run.bat vc10 win64 Debug Geometry
  1. Modifying and rebuilding samples:

You can modify, compile and launch all sample projects in MS Visual C++ at once with command:

execute msvc.bat [vc10|vc11|vc12|vc14] [win32|win64] [Release|Debug]

To run all sample projects in MS Visual C++ at once, use command:

execute msvc.bat vc10 win64 Debug

Note: make sure that your PATH environment variable contains a directory, where msdev.exe is located.