Syntax
[ELins,iso,xsi,bsi,isi]=SGsortisinsideBB(BBL)
Input Parameter
BBL : | | Bounding Box List or Solid Geometry cell list with n entries |
Output Parameter
ELins : | | Is enclosed-in pair list | It is a directed graph |
iso : | | Neither inside nor encapsulation |
xsi : | | inbetween , i.e. encapuslation and enclosing |
bsi : | | encapsulating but not enclosed |
isi : | | nothing inside |
Examples
BB=rounddiv(randminv(20,3,[1 30]),2) % Create 20 Bounding boxes
SGbox(BB); SG=ans % Create 20 Boxes centered
SGsortisinsideBB(SG) % Collision pair list
[a,iso,xsi,bsi,isi]=SGsortisinsideBB(SG)
Copyright 2020-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21