FEplot

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Visualization
Introduced first in SolidGeometry 2.1, Creation date: 2015-01-03, Last change: 2025-09-14

plots the featureEdges of TR, SG or VLFL

Description

FEplot(SG)
FEplot(VL,FL)
default angle is 1e-3

See Also: FSplot , FLfeatureEdgeSurface2 , PLELofFeatureEdges , PLELofFeatureEdges2 , TRfeatureEdgeFacets , FLfeatureEdgeSurface

Example Illustration

 missing image of FEplot(A,)

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

Function Workflow

  1. 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.
  2. If the variable A is empty, the function attempts to retrieve the current axes' VL and FL using the function VLFLofgca.
  3. 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.
  4. 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