yuanningcz
Results
2
issues of
yuanningcz
SketchUp version:2024 OS Platform: win10 x64 C API I want to write a huge picture in a skp file. For example, width:100000 inches,height: 100000 inches。 Here is what I did:...
question
C API
SketchUp
I created a surface through SUGeometryInputAddFace. The code is as follows: ```cpp SUGeometryInputRef input = SU_INVALID; SUGeometryInputCreate(&input); size_t face_index; int count = polygon.size(); SUPoint3D* points = new SUPoint3D[count]; SULoopInputRef loop...
question
C API
SketchUp