RhinoClient

class compas.com.RhinoClient(delay_start=False)[source]

Bases: object

Communicate with Rhino through Window’s COM interface.

Parameters

delay_start (bool, optional) – Delay the creation of a COM interface. Default is False.

Examples

>>> r = RhinoApp()
>>> r.AddPoint(0, 0, 0)
<guid>

Methods

__init__([delay_start])

x.__init__(…) initializes x; see help(type(x)) for signature

hide()

show()

start()

stop()

top()