Frames
from compas.geometry import Frame
from compas_view2.app import App
viewer = App()
frame = Frame([1, 1, 1], [0.68, 0.68, 0.27], [-0.67, 0.73, -0.15])
viewer.add(frame)
viewer.show()
from compas.geometry import Frame
from compas_view2.app import App
viewer = App()
frame = Frame([1, 1, 1], [0.68, 0.68, 0.27], [-0.67, 0.73, -0.15])
viewer.add(frame)
viewer.show()
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev