Click or drag to resize

GridProxy Interface

返回用户文档首页
轴网代理对象

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

The GridProxy type exposes the following members.

Properties
 NameDescription
Public propertyAxisX 
Public propertyAxisY 
Public propertyAxisZ 
Public propertyCtrlPoints
(Inherited from TFObjectProxy)
Public propertyExtendNegativeX 
Public propertyExtendNegativeY 
Public propertyExtendNegativeZ 
Public propertyExtendX 
Public propertyExtendY 
Public propertyExtendZ 
Public propertyGuid 对象GUID
(Inherited from TFObjectProxy)
Public propertyId 对象ID
(Inherited from ObjectProxyBase)
Public propertyLabelX 
Public propertyLabelY 
Public propertyLabelZ 
Public propertyLocked 对象是否锁定
(Inherited from ObjectProxyBase)
Public propertyObjectMatrix 对象在父空间的坐标矩阵
(Inherited from TFObjectProxy)
Public propertyOffsetX 
Public propertyOffsetY 
Public propertyOffsetZ 
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