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