Click or drag to resize

CtrlPointProxy Interface

返回用户文档首页
控制点代理对象

Namespace: LoongCAD.STC.Proxy.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public interface CtrlPointProxy : ObjectProxyBase

The CtrlPointProxy type exposes the following members.

Properties
 NameDescription
Public propertyId 对象ID
(Inherited from ObjectProxyBase)
Public propertyLocalPos 控制点在本地空间的位置
Public propertyLocked 对象是否锁定
(Inherited from ObjectProxyBase)
Public propertyType 对象类型
(Inherited from ObjectProxyBase)
Public propertyWorldPos 控制点在世界空间的位置
Top
See Also