Click or drag to resize

ElevationCtrlPointProxy Interface

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

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

The ElevationCtrlPointProxy type exposes the following members.

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