TofCPLT

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

creates a list of frames inside a CPL or a planar CVL

Description

Used in combination or as part of CPLofSGTez

See Also: CPLofSGTez , ezofchar , TofPez

Example Illustration

 missing image of TofCPLT(CPL,TF,nr,style)

Syntax

TL=TofCPLT([CPL,TF,nr,style])

Input Parameter

CPL: CPL
TF: T matrix, or ez vector of ezofchar
nr: [number of points, radius, distance to cpl boundary
style: "contour", "grid", "xgrid"

Output Parameter

TL: list of frames with same ez as TF

Examples


TofCPLT(CPLsample(12),'-y')
TofCPLT(PLcircle(10,8),'-y',[20 1 0],'contour');
TofCPLT(PLcircle(10,8),'-y',[20 1 0],'grid');
TofCPLT(PLcircle(10,8),'-y',[20 1 0],'xgrid');

TofCPLT(CPLsample(12),'-y',[6 1 0],'xgrid');
TofCPLT(CPLsample(12),'-y',[6 1 0],'grid');
TofCPLT(CPLsample(12),'-y',[6 1 0],'contour');




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