From dd74337190de9b125e8b6ed08be1e0db5e80d85c Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Mon, 23 Oct 2023 10:31:17 +0200 Subject: [PATCH] =?UTF-8?q?Include=20:=20-=20aggiunta=20la=20possibilit?= =?UTF-8?q?=C3=A0=20di=20mostrare=20le=20curve=20di=20trim=20sullo=20spazi?= =?UTF-8?q?o=20parametrico=20per=20le=20superfici=20di=20Bezier.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EXeExecutor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXeExecutor.h b/EXeExecutor.h index c695400..12d12a1 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -357,7 +357,7 @@ EXE_EXPORT int ExeCreateSurfTmBySurfBezier( int nParentId, int nSbezId) ; EXE_EXPORT int ExeCreateSurfTmByVolZmap( int nParentId, int nZmapId, int nPart) ; EXE_EXPORT int ExeCreateSurfBezier( int nParentId, int nDegU, int nDegV, int nSpanU, int nSpanV, const PNTVECTOR& vPnt, int nRefType) ; EXE_EXPORT int ExeCreateSurfBezierRational( int nParentId, int nDegU, int nDegV, int nSpanU, int nSpanV, const PNTUVECTOR& vPntW, int nRefType) ; -EXE_EXPORT int ExeCreateSurfBezierLeaves( int nParentId, int nSurfBzId, int nTextHeight) ; +EXE_EXPORT int ExeCreateSurfBezierLeaves( int nParentId, int nSurfBzId, int nTextHeight = 50, bool bShowTrim = false) ; // GeomDB Create Volume EXE_EXPORT int ExeCreateVolZmap( int nParentId, const Point3d& ptIni, double dDimX,