PosesampleCTFieldgenerator

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - 4Bar/Linkages
Introduced first in SolidGeometry 5.1, Creation date: 2022-01-27, Last change: 2025-08-19

creates a sample to design a turnable field generator fixture



See Also: Posesample , PosesampleCover , PosesampleWalk

Example Illustration

 missing image of PosesampleCTFieldgenerator

Syntax

PS=PosesampleCTFieldgenerator

Output Parameter

PS:

Examples


PosesampleCTFieldgenerator; PS=ans;
fourBarposesyntheses(PS,[1 2 3],[15 2 2],'',[1 3]); PS=ans;
jarvi




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

Algorithm (Workflow)

This algorithm is designed to create a sample for designing a turnable field generator fixture. It is part of the SolidGeometry library and involves several geometric operations and plotting functions.

Input Parameters

The function PosesampleCTFieldgenerator does not take any input parameters directly. It uses predefined values and functions to generate the output.

Algorithm Steps

  1. Create a square table with dimensions 250x5 using the function PLsquare.
  2. Create a stand with dimensions 40x80 using the function PLsquare.
  3. Combine the table and stand using the function CPLunion with the options 'center' and 'under'.
  4. Translate the combined shape CPLB by [70, 10] using PLtransP.
  5. Create another square CPLE with dimensions 80x10.
  6. Offset CPLE by [0, 5] to create CPLM.
  7. Create a square CPLW with dimensions 80x10 and offset it by [0, -60].
  8. Combine CPLW with CPLB using CPLunion.
  9. Plot the shapes CPLB, CPLE, CPLM, and CPLW using CPSplot with different colors ('k', 'g', 'b', 'r').
  10. Define matrices PS.A and PS.B with specific coordinates.
  11. Assign the shapes CPLE, CPLB, CPLW, and CPLM to the output structure PS.
  12. Clear the current plot using cla and plot the poses using Poseplot and Poseplotspace.

Output

The function returns a structure PS containing the matrices A and B, and the geometric shapes CPLE, CPLB, CPLW, and CPLM.

Algorithm explaination created using ChatGPT on 2025-08-19 00:32. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21