SGEurtraccap

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Parametric Design
Introduced first in SolidGeometry 5.3, Creation date: 2023-04-18, Last change: 2025-08-19

Solid Geometry Cap for an EUTRAC 3Phase electric rail

Description

A student of Josef Albers (Square) was Otl Aicher (13.5.1922) who designed or used, among other things, light strips. In general, they are extruded aluminum strips with which several power lines and data buses can be transported. A concept that can also be used very well in robotics. The company ERCO has cooperated with him. Other suppliers of the same technology besides ERCO are Eutrac, Staff, Global, Powergear, Ivelva, Unipro, Stucci and others.

See Also: SGofCPLz

Example Illustration

 missing image of SGEurtraccap

Syntax

SG=SGEurtraccap

Output Parameter

SG: Solid Geometry of a 36mm x 32 mm x 40mm cap




Copyright 2023-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 solid geometry cap for an EUTRAC 3Phase electric rail. The function SGEurtraccap generates a 3D model of a cap with specified dimensions and properties.

Input Parameters

Algorithm Steps

  1. Retrieve function parameters using getfuncparams, with default values [36, 32, 40, 16, 1.2].
  2. Create a square profile using PLsquare with dimensions [w, h].
  3. Generate a radial edge profile using CPLradialEdges from the square profile.
  4. Extrude the profile along the z-axis using SGofCPLz with length l, wall thickness t, and floor thickness t.
  5. Subtract a box from the solid geometry using SGsubtract with dimensions [s, s, l+w+h], aligning it at the bottom and in front with specified offsets.
  6. Write the resulting solid geometry to an STL file named 'EUTRAC' using SGwriteSTL.
  7. If no output is requested, display the geometry using SGfigure and SGplotalpha with a green color.
Algorithm explaination created using ChatGPT on 2025-08-19 06:53. (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