-
This surface will not import through RIR as a Directshape BREP surface. When used it translates to a mesh. What is interesting, if I use the Rhino3DM importer into Revit then it does import as a BR…
-
**Is your feature request related to a problem? Please describe.**
import_3dm does not handle Rhino files with blocks linked to separate files. Linked block instances are imported as empty collection…
-
**Is your feature request related to a problem? Please describe.**
In Blender, as in most mesh-editing software, heavily triangulated meshes are difficult to work with and to remodel. In some scenari…
-
Support for Unity3D Android builds.
Using Rhino3dmIO in Unity works for testing and running things in editor, but I am currently facing issues when trying to build out an apk for android with Rhino…
-
(I'm not sure we have any library version information in the compiled versions of the js and py libraries.)
Add a property to the library object which contains the library version.
Question rai…
-
Issue imported from https://tracker.freecad.org/view.php?id=337
* **Reporter:** e-ndy
* **Date submitted:** 4/14/2011
* **FreeCAD version:**
* **Category:** Feature
* **Status:** acknowledged
…
-
In Python negative indexing is possible, so I would expect this to work:
```
import rhino3dm
model = rhino3dm.File3dm()
for i in range(2):
model.Objects.AddPoint(rhino3dm.Point3d(i, 0, 0)…
-
In this issue I will try to outline a general API for all types of curves we are going to support.
Legend:
* :new: there is no such method in the base class yet, it has to be introduced to support…
-
![image](https://github.com/user-attachments/assets/5a8a74d9-b48f-40d8-ba67-63612586772f)blender4.2.3 Error at installation
-
For the python lib, when trying to convert from `PolylineCurve` to `Polyline`, the actual function usage is
```python
ply = plyCrv.TryGetPolyline()
```
However, the linting and code are all `TryGe…