Syntax
SGplotsurfaceload(SG,[fixfacet,loadfacet,loadvec])
Input Parameter
SG : | | Solid Geometry |
fixfacet : | | list of fix Feature surfaces (green) |
loadfacet : | | list of loaded Feature surfaces (red) |
loadvec : | | vector of load per Feature surface |
Property names
'FixedFaceIndices' : the face indices of the faces which are fixed
'LoadFaceIndices' : the face indices of the faces which are loaded
'Load' : the load list according to LoadFaceIndices(unit of load is N)
Examples
A=SGbox([100,40,40]); SGfigure;
subplot(1,2,1); FSplot(A); view(30,30);
subplot(1,2,2); SGplotsurfaceload(A,[4 5],3,1e4); view(30,30);
SGfigure; h=SGplot(A); setplotlight(h,'w',0.8); SGplotsurfaceload(A,4,3,[0 -1e4 0]); view(30,30)
SGfigure; h=SGplot(A); setplotlight(h,'w',0.8); view(30,30);
SGplotsurfaceload (A,'FixedFaceIndices',4,...
'LoadFaceIndices',[3 3 NaN 5],'Load',[0 0 -4; 0 0 6; NaN NaN NaN;0 -2 0])
Copyright 2018-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