Syntax
FEplot(A,[])
Input Parameter
A : | | surface (Tetrahedron, Triangulation, Solid) |
Examples
FEplot(SGsample(3))
Copyright 2015-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)
The function FEplot
is designed to plot the feature edges of a given surface, which can be a Tetrahedron, Triangulation, or Solid. The function is part of the SolidGeometry library and is used for visualization purposes.
Input Parameters
- A: This parameter represents the surface to be plotted. It can be a Tetrahedron, Triangulation, or Solid object. If not provided, the function attempts to retrieve the current axes' VL and FL using
VLFLofgca
.
- ang: This optional parameter specifies the angle threshold for feature edge detection. The default value is set to 1e-3 if not provided.
Function Workflow
- The function begins by checking if there is at least one input argument. If the first argument is provided and not empty, it assigns this to the variable
SG
.
- If the variable
A
is empty, the function attempts to retrieve the current axes' VL and FL using the function VLFLofgca
.
- The function then checks if a second argument is provided for the angle. If so, it assigns this value to
ang
. Otherwise, it uses the default value of 1e-3.
- Finally, the function calls
FEofSG
with the surface A
and the angle ang
to plot the feature edges.
The function is designed to be flexible, allowing for different types of surface inputs and an adjustable angle threshold for feature edge detection. It is primarily used for visualization in the context of solid geometry.
Algorithm explaination created using ChatGPT on 2025-08-18 23:23. (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