RhinoBrepTrim.from_data

classmethod RhinoBrepTrim.from_data(data, builder)[source]

Construct an object of this type from the provided data.

Parameters:
datadict

The data dictionary.

buildercompas_rhino.geometry.BrepLoopBuilder

The object reconstructing the current BrepLoop.

Returns:
compas.data.Data

An instance of this object type if the data contained in the dict has the correct schema.