Click or drag to resize

TFObjectProxy Interface

返回用户文档首页
带有空间坐标系的代理对象

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

The TFObjectProxy type exposes the following members.

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