Lavender Lee
Lavender Lee
- Mathematica version: 10.4 - Platform: Windows 10 - MinGW-w64 version: 8.1.0, downloaded from [here](https://sourceforge.net/projects/mingw-w64/files/)  Setup compiler as MinGW64 as follows: ``` Needs["CCompilerDriver`GenericCCompiler`"] $CCompiler = {"Compiler" -> GenericCCompiler, "CompilerInstallation"...
When I run the tutorial named "PlanarSectioning", I got the following console log: ```txt write OFF file: F:/mcut/build/tutorials/OUT_conncomp0.off write OFF file: F:/mcut/build/tutorials/OUT_conncomp1.off write OFF file: F:/mcut/build/tutorials/OUT_conncomp2.off write OFF file: F:/mcut/build/tutorials/OUT_conncomp3.off...
### Description I have 5 closed sections in B-spline form as shown below, I want to generate surface with `BRepOffsetAPI_ThruSections`.  ### Expected Behavior A surface/solid can be generated normally....