AnyCAD Rapid API 2025
Help you to create a better world!
|
Public 成员函数 | |
PickedItem | Run (ViewContext ctx, int x, int y) |
PickedItem | PickEdge (ViewContext ctx, int x, int y) |
PickedItem | PickFace (ViewContext ctx, int x, int y) |
PickedItem | PickSubShape (ViewContext ctx, int x, int y, EnumShapeFilter filter) |
TopoShape | ParseShape (ViewContext ctx, PickedItem item) |
TopoShape | ParseSubShape (ViewContext ctx, PickedItem item) |
double | ParseCurveLength (ViewContext ctx, PickedItem item) |
Public 成员函数 继承自 SnapEngine | |
void | DeleteSelection (ViewContext ctx) |
void | Clear () |
静态 Public 成员函数 | |
static SnapShapeEngine | Get (ViewContext ctx) |
<> SnapShapeEngine.
double SnapShapeEngine.ParseCurveLength | ( | ViewContext | ctx, |
PickedItem | item ) |
重载 SnapEngine .
TopoShape SnapShapeEngine.ParseSubShape | ( | ViewContext | ctx, |
PickedItem | item ) |
解析子的Shape
ctx | 上下文 |
item | picker |
PickedItem SnapShapeEngine.PickEdge | ( | ViewContext | ctx, |
int | x, | ||
int | y ) |
重载 SnapEngine .
PickedItem SnapShapeEngine.PickFace | ( | ViewContext | ctx, |
int | x, | ||
int | y ) |
重载 SnapEngine .
PickedItem SnapShapeEngine.PickSubShape | ( | ViewContext | ctx, |
int | x, | ||
int | y, | ||
EnumShapeFilter | filter ) |
重载 SnapEngine .
PickedItem SnapShapeEngine.Run | ( | ViewContext | ctx, |
int | x, | ||
int | y ) |
重载 SnapEngine .