AnyCAD Rapid API 2023
Help you to create a better world!
|
Static Public Member Functions | |
static TopoShape | MakeBSplineSurface (TopoShapeList bsplineList, EnumSurfaceBuildAlgorithm buildAlgo) |
static TopoShape | PointsToBSplineSurface (GPntList arrPoints, int collumSize) |
static TopoShape | PointsToBSplineSurface (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) |
<>
Surface tool.
|
static |
Construct BSpline Surface by BSpline curves
bsplineList | the BSpline curves |
buildAlgo | the build method to be used. |
Construct Ruled Surface by curves
pEdge1 | the curves |
pEdge2 | the curves |