C3D , . . .
, , CAE . , () , , . , , : , , , . .
. , . , . . . . . 1 .
. 1. () ()
. 0 1. 0,5, . . 2 .
. 2. :
0,5; 0,2
, (. 3). . . 3 .
. 3. :
.
.
// 1. . SolidSPtr baseSolid( ::SelectSolid() ); // 2. . MbSNameMaker snameMaker( (SimpleName)ct_MedianShell, MbSNameMaker::i_SideNone, 0 ); std::vector<IndicesPair> facePairs; // . . MedianShellValues params; params.dmin = 1.0; // . params.dmax = 5.0; // . params.filletType = MedianShellValues::FilletType::tf_none; // . MbMedianShellParams opParams( facePairs, params, snameMaker ); MbMedianShellResults results; // . // 3. . MbResultType res = ::MedianShell( *baseSolid, cm_Copy, opParams, results ); // 4. . if ( results._solid != nullptr ) TestVariables::viewManager->AddObject( Style(), results._solid );
( ).
, . , .
, C3D .