Click or drag to resize

AuxiliaryLineProxy Interface

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

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

The AuxiliaryLineProxy type exposes the following members.

Properties
 NameDescription
Public propertyColor 线段颜色
Public propertyCtrlPoints
(Inherited from TFObjectProxy)
Public propertyExtLength 线段两端延伸长度
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