Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
unglue
unglue a coumpound object and replace it by individual children.
Calling Sequence
unglue(h) H=unglue(h)
Arguments
- h
a handle on an Compound.
- H
a vector of handle on the resulting entities after unCompound.
Description
Given a handle on an Compound entity, this function destroies the Compound
and unpacks the elementary entities to associated them to its parent.
glue
returns a vector of handles on these individual
children.
See Also
Authors
Djalel ABDEMOUCHE
<< swap_handles | handle | interaction >> |