compas icon indicating copy to clipboard operation
compas copied to clipboard

Core packages of the COMPAS framework.

Results 156 compas issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Changes to the arguments xsize and ysize are not reflected **Expected behavior** surface size should be changed as input value **Screenshots** xsize = 10000, ysize = 10000...

this is regarding the Scene class which allows to draw various compas geometry classes onto rhino. Currently it appears that the Scene.clear() method clears all the layers in rhino and...

request to fix issue related to forum discussion on Scene for NurbsCurve. https://forum.compas-framework.org/t/scene-for-compas-rhino-geometry-curves-nurbs-rhinonurbscurve/794 code to recreate issue ``` from compas.datastructures import Mesh from compas.geometry import Point, Vector, Line, Sphere, NurbsCurve...

# Feature Request I found the pretty-print `__str__` function added by @gonzalocasas in (https://github.com/compas-dev/compas/pull/1234) helps a lot when making example files. Should we add this to other geometry classes? I...

Partially Fixes #1287 ### What type of change is this? - [ ] Bug fix in a **backwards-compatible** manner. - [x] New feature in a **backwards-compatible** manner. - [ ]...

I am running some tests on a branch of compas_fab that will make it more* compatible with compas 2.0. I came across an error `ERROR: No matching distribution found for...

Adding `CellNetworkObject`s currently based on #1278 , will rebase after it's merged.

currently there is some duplication between the behaviour of the scene itself and its tree attribute. when this behaviour is merged, i assume the guid of the data object will...

https://stackoverflow.com/questions/77848565/sphinxcontrib-applehelp-breaking-sphinx-builds-with-sphinx-version-less-than-5-0 ### What type of change is this? - [ ] Bug fix in a **backwards-compatible** manner. - [ ] New feature in a **backwards-compatible** manner. - [ ] Breaking...

no changelog