Syntax
[SG,SGB,SGT]=SGsculpturepedestal(SG,[Otext,ht,ov,ez])
Input Parameter
SG : | | Solid Geometry |
Otext : | | Text to add on sculpture; Lines separated by '\n' |
ht : | | desired height in z; default is 130; 0 for original size |
ov : | | overlap of hte pedestral; default is -1mm |
ez : | | orientation of text; default is [0 -1 0]; (Backside) |
Output Parameter
SG : | | SG of complete Figure including pedestral and text |
SGB : | | SG of pedestral |
SGT : | | SG of text |
Examples
fname=webdownload('https://www.myminifactory.com/download/37471');
SGreadSTL(fn); SG=ans;
SGsculpturepedestal(SG,'Venus Italica\nAntonio Canova (1823)\n',0,-4);
view(-150,6);shg;
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