Returns a deep copy of object. The new
objectreturned has no attached attributes, and is not part of apageor part of a componentobject.
Returns the component
objectthat contains object, or ‘#f’ if object is not part of a component.
Returns a list of other
objects that are directly connected to object. Ifobjectis not included in apage, raises an ‘object-state’ error. The connections reported are independent of inclusion in components.For example, consider a page containing a net and a component, and the component contains a single pin. If the connectable end of the pin intersects the net, then
(object-connections <net>)will return a list containing the pinobject, and not the component.