Click or drag to resize

AuxiliaryElementProxyBase Interface

返回用户文档首页
辅助代理对象基类

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

The AuxiliaryElementProxyBase type exposes the following members.

Properties
 NameDescription
Public propertyCtrlPoints
(Inherited from TFObjectProxy)
Public propertyGuid 对象GUID
(Inherited from TFObjectProxy)
Public propertyId 对象ID
(Inherited from ObjectProxyBase)
Public propertyLocked 对象是否锁定
(Inherited from ObjectProxyBase)
Public propertyObjectMatrix 对象在父空间的坐标矩阵
(Inherited from TFObjectProxy)
Public propertyPhaseNo 阶段
(Inherited from TFObjectProxy)
Public propertyPrebuilt
(Inherited from TFObjectProxy)
Public propertyType 对象类型
(Inherited from ObjectProxyBase)
Public propertyWorldMatrix 对象在世界空间的坐标矩阵
(Inherited from TFObjectProxy)
Top
Methods
 NameDescription
Public methodCreateCtrlPoint
(Inherited from TFObjectProxy)
Top
See Also