rofCPLsweep

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Geometric Queries
Introduced first in SolidGeometry 5.0, Creation date: 2021-01-07, Last change: 2025-09-15

returns the radius of a fully circled CPL

Description

interesting examples for configuration space with fixed rotation and free rotation

See Also: CPLsweep

Example Illustration

 missing image of rofCPLsweep(CPL,rp,cp)

Syntax

[Rmax,Rmin,CPLC]=rofCPLsweep(CPL,[rp,cp])

Input Parameter

CPL: Original contour
rp: center point for rotation; default is [0 0]
cp: optional center point if CPLC rotates independently

Output Parameter

Rmax: Maximal Radius
Rmin: Minimum Radius
CPLC: Sweeped Contour

Examples


rofCPLsweep (CPLsample(3)), % maximum of maximum distance
rofCPLsweep(CPLsample(3),[10 0]) % rotation mit fixed orientation
rofCPLsweep(CPLsample(3),[15 0]) % rotation mit fixed orientation
rofCPLsweep(CPLsample(3),[15 0],[0 0]) % rotation mit free rotating orientation
rofCPLsweep(PLcircle(8),[15 0],[0 0]) % rotation mit free rotating orientation
rofCPLsweep(PLcircle(8),[15 0],[1 0]) % rotation mit free rotating orientation
rofCPLsweep(PLcircle(8),[15 0],[2 0]) % rotation mit free rotating orientation




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