Click or drag to resize

PolyBeamProxy Interface

返回用户文档首页
折形梁代理对象

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

The PolyBeamProxy 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 propertyHeadDeform 头部扭曲角度
Public propertyHorizonOffset 水平位置偏移
Public propertyHorizonOffsetSide 水平偏移基准侧
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 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 propertyRotation 旋转角度
Public propertyRotationSide 旋转基准侧
Public propertyTailDeform 尾部扭曲角度
Public propertyType 对象类型
(Inherited from ObjectProxyBase)
Public propertyUserAttributes 用户属性
(Inherited from PartProxyBase)
Public propertyVerticalOffset 垂直位置偏移
Public propertyVerticalOffsetSide 垂直偏移基准侧
Public propertyWorldMatrix 对象在世界空间的坐标矩阵
(Inherited from TFObjectProxy)
Top
Methods
 NameDescription
Public methodCreateCtrlPoint
(Inherited from TFObjectProxy)
Top
See Also