在下文中一共展示了Handle_Geom_Surface::Bounds方法的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C++代码示例。 示例1: AIS_Shape ▲点赞 6▼ //===// Function : DrawSurface// Purpose : displays a given geometric surface in ...
开发者ID:Barleyman,项目名称:FreeCAD_sf_master,代码行数:17,代码来源:GeometrySurfacePyImp.cpp 注:本文中的Handle_Geom_Surface::IsUPeriodic方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;...
Handle_Geom_Surface aSurf = GeomFill::Surface (aCrv1, aCrv2);if(aSurf.IsNull()) { PyErr_SetString(PartExceptionOCCError,"Failed to create ruled surface");return0; }// check the result surface typeif(aSurf->IsKind(STANDARD_TYPE(Geom_RectangularTrimmedSurface))) { Handle_Geom_RectangularT...
开发者ID:3DPrinterGuy,项目名称:FreeCAD,代码行数:10,代码来源:BezierSurfacePyImp.cpp 示例2: isUClosed PyObject* BezierSurfacePy::isUClosed(PyObject *args) {if(!PyArg_ParseTuple(args,""))return0; Handle_Geom_BezierSurface surf = Handle_Geom_BezierSurface::DownCast (getGeometryPtr()->handle()...
在下文中一共展示了Handle_Geom_BezierSurface::SetPoleCol方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C++代码示例。 示例1: setPoleCol ▲点赞 6▼ PyObject* BezierSurfacePy::setPoleCol(PyObject *args) ...
开发者ID:JonasThomas,项目名称:free-cad,代码行数:7,代码来源:BSplineSurfacePyImp.cpp 示例3: getVDegree ▲点赞 4▼ Py::Int BSplineSurfacePy::getVDegree(void)const{Handle_Geom_BSplineSurfacesurf =Handle_Geom_BSplineSurface::DownCast (getGeometryPtr()->handle());intdeg = surf->VDegree();...
在下文中一共展示了Handle_Geom_BSplineSurface::IsURational方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C++代码示例。 示例1: isURational ▲点赞 7▼ PyObject* BSplineSurfacePy::isURational(PyObject *args) ...
E. Easson V.R.: Surface subgroups and handlebody attachments. Geom. Topol. 10 , 557–591 (2006) (electronic) MATH MathSciNetSurface subgroups and handlebody attachments, preprint - Easson - 2004 () Citation Context ...6 we start obtaining topological consequences of Theorem 1.1 and Theorem ...
and give a necessary and sufficient condition for a surface sum of two handlebodies along a connected surface to be a handlebody as follows: Let H=H1∪Sg, b H2H=H1∪Sg, b H2 be a surface sum of two handlebodies H1H1 and H2H2 along a connected surface S=Sg,bS=Sg,b, b≥ 1b≥...
(Handle(GEOM_Object) theShape,constGEOM_Parameter& theR) { SetErrorCode(GEOM_KO);#ifdefLOCAL_OPS_CREATE_NEW_OBJECT//Add a new Fillet objectHandle(GEOM_Object) aFillet = GetEngine()->AddObject(GetDocID(), GEOM_FILLET);#elseHandle(GEOM_Object) aFillet = theShape;#endifHandle(GEOM_Function...