AnyCAD Rapid SDK
2020
The Rapid CAD SDK
|
Public Member Functions | |
synchronized void | delete () |
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) |
Protected Member Functions | |
SurfaceBuilder (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
static long | getCPtr (SurfaceBuilder obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
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 |