mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
Added Qt sample OCCTOverview providing examples of use of OCCT API with relevant code and demonstration of results in the viewer. Off-topic: some unused images are removed from dox/introduction/images/
51 lines
1020 B
JSON
51 lines
1020 B
JSON
{
|
|
"Data Exchange": {
|
|
"Export": [{
|
|
"text": "BREP",
|
|
"function": "BrepExportSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "STEP",
|
|
"function": "StepExportSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "IGES",
|
|
"function": "IgesExportSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "STL",
|
|
"function": "StlExportSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "VRML",
|
|
"function": "VrmlExportSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "Image",
|
|
"function": "ImageExportSample",
|
|
"description": ""
|
|
}
|
|
],
|
|
"Import": [{
|
|
"text": "BREP",
|
|
"function": "BrepImportSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "STEP",
|
|
"function": "StepImportSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "IGES",
|
|
"function": "IgesImportSample",
|
|
"description": ""
|
|
}
|
|
]
|
|
}
|
|
} |