|
static TopoShape | MakeBSplineSurface (TopoShapeList bsplineList, EnumSurfaceBuildAlgorithm buildAlgo) |
|
static TopoShape | PointsToBSplineSurface (GPntList arrPoints, int collumSize) |
|
static TopoShape | MakeBSplineSurfaceByPoints (GPntList arrPoints, int collumSize) |
|
static TopoShape | PointsToBSplineSurface (GPntList2 arr2Points) |
|
static TopoShape | MakeBSplineSurfaceByPointArray (GPntList2 arr2Points) |
|
static TopoShape | MakeBezierSurface (GPntList2 arr2Points) |
|
static TopoShape | MakeRuledSurface (TopoShape pEdge1, TopoShape pEdge2) |
|
static TopoShape | AddHole (TopoShape face, TopoShape wireOfHole) |
|
static TopoShape | AddHoles (TopoShape face, TopoShapeList wiresOfHoles) |
|
static TopoShape | MakeSurface (TopoShape face, TopoShape wire) |
|
static TopoShape | MakeFaces (TopoShapeList edges, double angleTol) |
|