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

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)
 

详细描述

成员函数说明

◆ ParseSubShape()

TopoShape SnapShapeEngine.ParseSubShape ( ViewContext  ctx,
PickedItem  item 
)

解析子的Shape

参数
ctx上下文
itempicker
返回
子Shape

◆ PickEdge()

PickedItem SnapShapeEngine.PickEdge ( ViewContext  ctx,
int  x,
int  y 
)

重载 SnapEngine .

◆ PickFace()

PickedItem SnapShapeEngine.PickFace ( ViewContext  ctx,
int  x,
int  y 
)

重载 SnapEngine .

◆ Run()

PickedItem SnapShapeEngine.Run ( ViewContext  ctx,
int  x,
int  y 
)

重载 SnapEngine .