findfacetsinSG

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Geometric Queries
Introduced first in SolidGeometry 4.7, Creation date: 2019-07-13, Last change: 2025-09-14

creates a correlation index list of the facets in FLA and FLB

Description

same as findfacetsinVLFL


See Also: ismemberFL , maprows , findfacetsinVLFL , SGcolorcopy

Example Illustration

 missing image of findfacetsinSG(SGA,SGB)

Syntax

cc=findfacetsinSG(SGA,SGB)

Input Parameter

SGA: Solid A
SGB: Solid B

Output Parameter

cc: facet correlation index list [ai bi]

Examples


SGofCPLz(PLstar(10),5); A=ans;
SGofCPLz(PLcircle(10),5); B=ans; SGtransrelSG(B,A,'ontop',5,'transx',3); B=ans
SGTset(A,'M',[0 0 1]); A=ans;
SGTset(B,'M',[0 0 -1]); B=ans;
SGconnect2FS(A,B,FSofSGfacet(A,31),TofFS(B,[0 0 -1]))
findfacetsinSG(A,C)




Copyright 2019-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