sketchgraphs.data.sequence.NodeOp

class sketchgraphs.data.sequence.NodeOp(label: sketchgraphs.data._entity.EntityType, parameters: dict = {})

This class represents a node (or entity) operation in a construction sequence.

An entity is specified by a label, along with a dictionary of parameters.

__getnewargs__()

Return self as a plain tuple. Used by copy and pickle.

static __new__(_cls, label: sketchgraphs.data._entity.EntityType, parameters: dict = {})

Create new instance of NodeOp(label, parameters)

label: sketchgraphs.data._entity.EntityType

Alias for field number 0

parameters: dict

Alias for field number 1