TcopyVLez

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Kinematics and Frames
Introduced first in SolidGeometry 5.2, Creation date: 2022-04-10, Last change: 2025-09-15

creates frames at specific positions in space

Description

usefull for supplement and subtraction solids such as created by SGdesignDIN912DIN985
This function is different to TLofCVL or TLofPL!
po could be: doff=[exp(1)/500 exp(1)/500 exp(1)/500];


See Also: SGcopyVL , SGcopyTL , TLofCVL , TLofPL

Example Illustration

 missing image of TcopyVLez(VL,ez,wa,po,wo,TT)

Syntax

TL=TcopyVLez([VL,ez,wa,po,wo,TT])

Input Parameter

VL: Point list or vertex list
ez: ez vector default is [0 0 1]
wa: rotation around ez
po: position offset that is added to each translation vector * (i-1); default is [0 0 0]
wo: angle offset that is added to each translation vector * (i-1); default is 0 or [0 0 0]
TT: Frame to transfer all resulting frames with; default is ''

Output Parameter

TL: List of Frames

Examples


PL=PLsquare(10)
TcopyVLez(PL) % Just points
TcopyVLez(PL,[0 0 1],pi/3) % All frames rotated
TcopyVLez(PL,[1 1 1]) % changed Orientation
TcopyVLez(PL,'','',[0 0 1]) % Increasing offset in z by 1
TcopyVLez(PL,'','','',pi/10) % Increasing offset angle rot ez
TcopyVLez(PL,'','','',[pi/20 pi/30 pi/10]) % Increasing offset angle rot xyz

TcopyVLez(PL,'','','',[pi/20 pi/30 pi/10]); TL=ans; SGcopyTL(SGbox(2),TL);

TcopyVLez(PL,'','','','',TofPez([0 0 10],[0 -1 0]))




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