Returns a deep copy of object. The new
object
returned has no attached attributes, and is not part of apage
or part of a componentobject
.
Returns the component
object
that contains object, or ‘#f’ if object is not part of a component.
Returns a list of other
object
s that are directly connected to object. Ifobject
is 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.