Vishnu C
Vishnu C
Built Static VTK-8.1.0 Built Static OCE On using IVtkTools_ShapeDataSource for creating a vtk mapper from topoDS_shape, I get the following link error. Other VTK classes works fine tough. 1>RingNamer.obj :...
Procedure to build static libraries are not clear, I don't see them in cmake options. A brief description on the steps would be helpful.
  Attached the obj file [cubeRotated.zip](https://github.com/pboechat/pyobb/files/4840573/cubeRotated.zip) Executed with demo python file (bin/pyobb_demos/3d_demo.py) Thanks Vishnu C
Hello, The alpha matting parameter is great but I need them to be used from python code to integrate with my existing app. Thanks!
### System information - **SolveSpace version:** 3.1~727b0153 - **Operating system:** Windows 10 ### Expected behavior SLVS_C_PT_PLANE_DISTANCE should bring the point 3D above the work plane. [doc](https://github.com/solvespace/solvespace/blob/94618d4ce14a984a5a02398ace853828bb32cda6/exposed/DOC.txt#L280) ### Actual behavior The...
Would be great if the steps to build smesh with netgenPlugin are summarized.
OS : Windows 10 64 bit ``` D:\projects\current\Struct\node-occ-sample>npm install npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current:...
On implementation in a VS project a compilation error is thrown, any suggestions? **Code** ``` #include #include typedef boost::geometry::model::d2::point_xy point; typedef boost::geometry::model::polygon polygon; typedef boost::geometry::model::multi_polygon multi_polygon; void CRegion::CorrectPolyline(PolylineClass myPolyLine) {...
``` import cadquery as cq # create an assembly assmebly1 = cq.Assembly(name="assembly1") # add box to assembly1 box = cq.Workplane().box(1, 1, 1) assmebly1.add(box, name="box1", color=cq.Color("green")) assmebly1.add(box, name="box2", color=cq.Color("yellow")) assmebly1.constrain("box1@faces@