Skip to content

color() not working in Viewscad #159

@saturn-hh

Description

@saturn-hh

First I would like to say thank you for the opportunity to work with solidpython and to do my first steps in CAD with solidpython.

JuypterNotebook, viewscad and solidpython are up and running. Unfortunately I can't get my objects colored. I've tried

`cube_color = color(Red)(cube(10))
cube_blue = color([0,0,1, 0.5])(cube(5))

r.render(cube_color)`

I get no error and the rendering is fine but the object has not the defined color.

Any help is appreciated.

Alexander

Distribution: Linux Mint 20.04
solidpython 1.0.1
viewscad 0.2.0
python 3.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions