SGfeature

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - FS/Feature Surfaces
Introduced first in SolidGeometry 5.1, Creation date: 2021-09-14, Last change: 2025-09-15

returns a cell list based result of a command sequence

Description

Powerful interpreter function to implement "sensing" capabilities of the SG-Lib. It is possible to analyze several objects in a cell list. This include also analyzing different orientation of the same object.

See Also: SGcastplot , SGcast

Example Illustration

 missing image of SGfeature(SG,req)

Syntax

[XX,TT,HSTACK]=SGfeature(SG,[req])

Input Parameter

SG: Data Type to analyze features for
req: SGcast and feature request or just feature request names

Output Parameter

XX: Result as cell list;
TT: Types of the entries of the cell list
HSTACK: Full history stack of the individual requests

Examples


SGcompass; A=ans
SGfeature({A,SGrotate(A,'y',pi/2)},'FSselect',{[0 0 1],'areamin',10,'numholes'},'t4')
SGfeature({A,SGrotate(A,'y',pi/2)},'FSselect',{[0 0 1],'areamin',400,'numholes'},'area')




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