Click or drag to resize

ModelObject Constructor (RhinoDoc, ObjectAttributes)

Initializes a new instance of the ModelObject class

Namespace:  Grasshopper.Rhinoceros.Model
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public ModelObject(
	RhinoDoc document,
	ObjectAttributes objectAttributes
)

Parameters

document
Type: RhinoDoc
objectAttributes
Type: ObjectAttributes
See Also