AnyCAD Rapid API 2023
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) |
TopoShape | ParseShape (ViewContext ctx, PickedItem item) |
TopoShape | ParseSubShape (ViewContext ctx, PickedItem item) |
Public 成员函数 继承自 SnapEngine | |
PickedItem | Run (ViewContext ctx, int x, int y) |
PickedItem | PickEdge (ViewContext ctx, int x, int y) |
PickedItem | PickFace (ViewContext ctx, int x, int y) |
void | DeleteSelection (ViewContext ctx) |
静态 Public 成员函数 | |
static SnapShapeEngine | Get (ViewContext ctx) |
<> SnapShapeEngine.
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.Run | ( | ViewContext | ctx, |
int | x, | ||
int | y | ||
) |
重载 SnapEngine .