Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一条线,现在我随机给了一个点。我想检查给定点是否在线?
我正在使用带有 vba 的 AutoCAD
也许你可以通过创建一个点实体并使用 IntersectWith 方法来实现这一点。