SGTframeplot
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Surfaces
Introduced first in SolidGeometry 3.3, Creation date: 2017-01-18, Last change: 2025-09-14
plots one ore more frame of a solid
Description
In contrast to SGplot, this function does plot only the named frames
In SG-Lib 5.0 it behaves as promised ;-)
In SG-Lib 5.0 Wild cars are possible
SGTframeplot(B,{'M8','M3'}); plots all frames that start with M8 and with M3
See Also: SGTget
, SGTset
, SGTplot
, SGTremove
, SGTui
Example Illustration
Syntax
h=SGTframeplot(SGN,[N,SN,pf,s])
Input Parameter
SGN: | | Solid Geoemtry |
N: | | Name of the frame to plot, default is all |
SN: | | Solid Descriptor for frame names; default is []; |
pf: | | if true; TFiL is plotted if exists; default is true; |
s: | | size for frames to plot; default is sofBB(SGN)/5 |
Output Parameter
Examples
loadweb JACO_robot.mat;
SGfigure; SGTframeplot(JACO);
SGfigure; SGTframeplot(JACO,'B');
SGfigure; SGTframeplot(JACO,{'B','F'},'JACO');
Copyright 2017-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