mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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": ""
|
|
}
|
|
]
|
|
}
|
|
} |