Click or drag to resize

ConcreteSlabProxy Interface

返回用户文档首页
混凝土板代理对象

Namespace: LoongCAD.STC.Proxy.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public interface ConcreteSlabProxy : PlateProxy, 
	PartProxyBase, CutterProxy, TFObjectProxy, ObjectProxyBase, INumberableProxy

The ConcreteSlabProxy type exposes the following members.

Properties
 NameDescription
Public propertyClass 零件等级
(Inherited from PartProxyBase)
Public propertyCtrlPoints
(Inherited from TFObjectProxy)
Public propertyCutTarget 切割目标
(Inherited from CutterProxy)
Public propertyExactCutMode 作为切割体时是否应用与截面完全一致的切割(若为false, 则有空截面作为切割体时不会保留孔内部分)
(Inherited from CutterProxy)
Public propertyFinish 抛光
(Inherited from PartProxyBase)
Public propertyGuid 对象GUID
(Inherited from TFObjectProxy)
Public propertyId 对象ID
(Inherited from ObjectProxyBase)
Public propertyIsManualNumber 是否指定编号
(Inherited from INumberableProxy)
Public propertyIsPrebuiltManualNumber 是否指定构件编号
(Inherited from PartProxyBase)
Public propertyIsWeldGroove 是否开启焊接准备
(Inherited from CutterProxy)
Public propertyLocked 对象是否锁定
(Inherited from ObjectProxyBase)
Public propertyMaterial 材质
(Inherited from PartProxyBase)
Public propertyName 零件名称
(Inherited from PartProxyBase)
Public propertyNumber 编号
(Inherited from INumberableProxy)
Public propertyNumberPostfix 编号后缀
(Inherited from INumberableProxy)
Public propertyNumberPrefix 编号前缀
(Inherited from INumberableProxy)
Public propertyNumberStart 起始编号
(Inherited from INumberableProxy)
Public propertyObjectMatrix 对象在父空间的坐标矩阵
(Inherited from TFObjectProxy)
Public propertyOffset 厚度方向位置偏移
(Inherited from PlateProxy)
Public propertyOffsetSide 偏移基准侧
(Inherited from PlateProxy)
Public propertyPhaseNo 阶段
(Inherited from TFObjectProxy)
Public propertyPrebuilt
(Inherited from TFObjectProxy)
Public propertyPrebuiltNumberPostfix 构件编号后缀
(Inherited from PartProxyBase)
Public propertyPrebuiltNumberPrefix 构件编号前缀
(Inherited from PartProxyBase)
Public propertyPrebuiltNumberStart 构件起始编号
(Inherited from PartProxyBase)
Public propertyProfileName 截面名称
(Inherited from PartProxyBase)
Public propertyType 对象类型
(Inherited from ObjectProxyBase)
Public propertyUserAttributes 用户属性
(Inherited from PartProxyBase)
Public propertyWorldMatrix 对象在世界空间的坐标矩阵
(Inherited from TFObjectProxy)
Top
Methods
 NameDescription
Public methodCreateCtrlPoint
(Inherited from TFObjectProxy)
Top
See Also