AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
Sketch2dBuilder类 参考
类 Sketch2dBuilder 继承关系图:
Curve2dBuilder

额外继承的成员函数

- 静态 Public 成员函数 继承自 Curve2dBuilder
static TopoShape MakeLine (GPnt2d start, GPnt2d end)
 
static TopoShape MakeLine (GLin2d line, double p1, double p2)
 
static TopoShape MakeArcByLines (TopoShape line1, TopoShape line2, double radius, double tol, boolean keepMinor)
 
static TopoShape MakeCircle (GCirc2d cirlce)
 
static TopoShape MakePolygon (GPnt2d center, GDir2d dirx, double radius, long cornerCount)
 
static TopoShape MakePolyline (GPnt2dList points)
 
static TopoShape MakeArc (GCirc2d cirlce, double p1, double p2)
 
static TopoShape MakeArc (GPnt2d center, GPnt2d start, GPnt2d end)
 
static TopoShape MakeArc (GPnt2d center, double radius, GPnt2d start, GPnt2d end)
 
static TopoShape MakeArc (GPnt2d start, GPnt2d end, double bulge)
 
static TopoShape MakeArcBy3Points (GPnt2d start, GPnt2d end, GPnt2d middle)
 
static TopoShape MakeElips (GElips2d elips)
 
static TopoShape MakeElipsArc (GElips2d elips, double p1, double p2)
 
static TopoShape MakeHypr (GHypr2d hypr, double p1, double p2)
 
static TopoShape MakeParab (GParab2d parab, double p1, double p2)
 
static TopoShape MakeBSpline (GPnt2dList points, boolean periodicFlag, double tolerance)
 
static TopoShape MakeBSpline (GPnt2dList poles, DoubleList knots, Uint32List multiplicities, long degree, boolean periodicFlag)
 
static TopoShape MakeBSpline (GPnt2dList poles, DoubleList knots, Uint32List multiplicities, long degree)
 
static TopoShape MakeBSpline (GPnt2dList poles, DoubleList weights, DoubleList knots, Uint32List multiplicities, long degree, boolean periodicFlag)
 
static TopoShape MakeBSpline (GPnt2dList poles, DoubleList weights, DoubleList knots, Uint32List multiplicities, long degree)
 
static TopoShape To3D (TopoShape curve, GPln plane)
 
static TopoShape MakeFace (TopoShape outerwire, TopoShapeList holes)
 
static TopoShape TrimCurve (TopoShape curve, double startP, double endP)
 
static TopoShapeList TrimCurve (TopoShape curve, GPnt2d point)
 
static TopoShapeList Split (TopoShape curve, TopoShape toolCurve, double tol)
 

详细描述

<>
Sketch2dBuilder 遗弃。请使用Curve2dBuilder