KPtInLoopResult
kds-plugin-document / Exports / KPtInLoopResult
Interface: KPtInLoopResult
点与环的位置关系计算结果。
Point and loop position relation check result.
Table of contents
Properties
Properties
curve
• Optional
curve: KBoundedCurve2d
如果ptInLoopType的类型是onedge,那么点在环上所在的曲线, 否则该属性为未定义。
If ptInLoopType is equal to ptInLoopType.OnEdge, the curve is that the point is on, otherwise undefined.
Defined in
api.d.ts:7019
ptInLoopType
• ptInLoopType: KPtInLoopType
点与环的位置关系。
Point and loop position relation type.
Defined in
api.d.ts:7011