Include :

- aggiunta funzione per estendere un gruppo di superfici indicandone il bordo.
This commit is contained in:
Daniele Bariletti
2026-07-22 09:23:27 +02:00
parent 409c28e65a
commit e88b315214
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -434,6 +434,8 @@ EXE_EXPORT int ExeCreateSurfBzSwept( int nParentId, int nSectId, int nGuideId,
bool bCapEnds, double dLinTol, int nRefType) ;
EXE_EXPORT int ExeCreateSurfExtension( int nParentId, int nSurfId, double dExtLen, int nCrv, int nSubCrv,
int nType, double dLinTol) ;
EXE_EXPORT int ExeCreateSurfExtensionFromMany( int nParentId, const INTVECTOR& vSurfId, double dExtLen, int nCrvId,
bool bDrawOffEdge, int* pnCount, int nType, double dLinTol) ;
// GeomDB Create Volume
EXE_EXPORT int ExeCreateVolZmap( int nParentId, const Point3d& ptIni, double dDimX,