extract explicit mesh with topology information from implicit surfaces with boolean operations, and do surface/volume integrating on them.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
1.1 KiB

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name":"Launch",
"type":"lldb",
"request": "launch",
"program": "${workspaceFolder}/build/windows/x64/debug/test_frontend.exe",
"args":[],
"cwd": "${workspaceFolder}/build/windows/x64/debug"
},
{
"name": "Launch (vsdbg)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/windows/x64/debug/test_frontend.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/build/windows/x64/debug",
"environment": [],
"externalConsole": false,
"MIMode": "", // 使 Windows vsdbg
"debugServerPath": "", //
"miDebuggerPath": "" //
},
],
}