SGbladeofPL
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - SG/Solids
Introduced first in SolidGeometry 4.1, Creation date: 2017-08-16, Last change: 2025-09-14
returns a solid with a shape of a cutting blade in z direction
Description
This function create a big variety of blade structures depending on the input values;
See Also: , SGinsertCut
, SGcutBB
, SGinsertPeghole
, SGbladeofCVL
Example Illustration
Syntax
SG=SGbladeofPL([sl,XZL,YZL,T,XSG])
Input Parameter
sl: | | thickness of the blade |
XZL: | | z or [x z] or PL with xz values; |
YZL: | | depth in Y |
T: | | Transformation Matrix |
XSG: | | Final Crossing Solid to limit the outer shape |
Output Parameter
SG: | | Cutting Blade Slid Geometry |
Examples
SGbladeofPL(3,10)
SGbladeofPL(0.5,10)
SGbladeofPL(1,[10,10])
SGbladeofPL(0.05,PLcircle(10))
SGbladeofPL(0.05,CPLofPL(PLcircle(10)))
A=SGbladeofPL(0.5,CPLofPL(PLcircle(3)),30,TofP([0 0 5])); SGboolTL(SGsample(5),'-',A)
SGbladeofPL(0.05,CPLofPL(PLcircle(3,8)),30,TofP([0 0 5]),SGsample(5));
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