Merge branch 'master' into CmdCreateSurfBezier
This commit is contained in:
@@ -1538,7 +1538,7 @@ ExeCreateSurfTmBySurfBezier( int nParentId, int nSbezId)
|
||||
PtrOwner<ISurfTriMesh> pStm( pAuxSurf != nullptr ? pAuxSurf->Clone() : nullptr) ;
|
||||
bOk = bOk && ! IsNull( pStm) ;
|
||||
// la porto nel riferimento destinazione
|
||||
pStm->LocToLoc( frSou, frLoc) ;
|
||||
bOk = bOk && pStm->LocToLoc( frSou, frLoc) ;
|
||||
// inserisco la superficie trimesh nel DB
|
||||
int nNewId = ( bOk ? pGeomDB->AddGeoObj( GDB_ID_NULL, nParentId, Release( pStm)) : GDB_ID_NULL) ;
|
||||
ExeSetModified() ;
|
||||
|
||||
Reference in New Issue
Block a user