Syntax
[SGN,SGNN,CPL,T]=SGofFSCPLextrude(SG,[dz,"OLAP","STL"])
Input Parameter
SG : | | Solid Geometry |
dz : | | elongation |
"OLAP" : | | if used with a value > 0 ; instead of the Feature Surface a cut projektion (mm) is used |
"STL" : | | if used, an STL file is written |
Output Parameter
SGN : | | Extrusion s |
SGNN : | | Final Solid |
CPL : | | Used Contour |
T : | | Transformation matrix |
Examples
SGofCPLzchamfer(PLcircle([40 30]),10,2); SG=ans; % Solid with chamfered edges
SGofFSCPLextrude(SG,10,[0 0 1],'front',-3) % 10 mm extension to FS in [0 0 1] by FS extrusion
SGofFSCPLextrude(SG,10,[0 0 1],'front',-3,'olap',2) % 10 mm with 2mm overlap for chamfered edge
Copyright 2024-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