RhinoBrepEdge.from_data
- classmethod RhinoBrepEdge.from_data(data, builder)
Construct an object of this type from the provided data.
- Parameters
data (dict) – The data dictionary.
builder (
BrepBuilder
) – The object reconstructing the current Brep.
- Returns
Data
– An instance of this object type if the data contained in the dict has the correct schema.