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/
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"Viewer 2D": {
|
|
"Labels": [{
|
|
"text": "Text",
|
|
"function": "TextView2dSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "Marker",
|
|
"function": "MarkerView2dSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "Fill Area",
|
|
"function": "FillAreaView2dSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "Loop on face",
|
|
"function": "LoopOnFaceView2dSample",
|
|
"description": ""
|
|
}
|
|
],
|
|
|
|
"Grids": [{
|
|
"text": "Rectagular Lines",
|
|
"function": "RectagularLineGrid2dSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "Rectagular Points",
|
|
"function": "RectagularPointGrid2dSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "Circular Lines",
|
|
"function": "CircularLineGrid2dSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "Circular Points",
|
|
"function": "CircularPointGrid2dSample",
|
|
"description": ""
|
|
},
|
|
{
|
|
"text": "Clear",
|
|
"function": "ClearGrid2dSample",
|
|
"description": ""
|
|
}
|
|
],
|
|
|
|
"Image": [{
|
|
"text": "Backgroung Image",
|
|
"function": "BackgroungImage2dSample",
|
|
"description": ""
|
|
}]
|
|
}
|
|
} |