A=SGTcut(SG,FN,[d])
SG : | Solid Geometry with internal Frames | |
FN : | Frame Name | |
d : | [Thickness of cutting slice, buffer of CPL] default is [0.1 1] |
A : | List of Surfaces |
load ADAM_Aframes.mat; SG=ADAM_Aframes
SGTcut(SG,'VL',0.05)
SGTcut(SG,'KL',0.1); X=ans
SGTcut(X,'KR',0.1); Y=ans
SGTcut(Y,'VL',0.1); Z=ans