Click or drag to resize

PolygonWeld Class

返回用户文档首页
多边形焊缝
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.SceneModelObject
    LoongCAD.STC.Friendly.SceneTFObject
      LoongCAD.STC.Friendly.SceneBaseWeld
        LoongCAD.STC.Friendly.ScenePolygonWeld

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public sealed class PolygonWeld : BaseWeld

The PolygonWeld type exposes the following members.

Constructors
 NameDescription
Public methodPolygonWeldInitializes a new instance of the PolygonWeld class
Top
Properties
 NameDescription
Public propertyAngleAbove 线上部分坡口角度
(Inherited from BaseWeld)
Public propertyAngleBelow 线下部分坡口角度
(Inherited from BaseWeld)
Public propertyAroundWeldObsolete.
焊缝边缘
(Inherited from BaseWeld)
Public propertyConnectAssemblies 细部连接方式
(Inherited from BaseWeld)
Public propertyContourAbove 线上部分焊缝轮廓
(Inherited from BaseWeld)
Public propertyContourBelow 线下部分焊缝轮廓
(Inherited from BaseWeld)
Public propertyElectrodeClassification 焊条分类
(Inherited from BaseWeld)
Public propertyElectrodeCoefficient 焊条系数
(Inherited from BaseWeld)
Public propertyElectrodeStrength 焊条强度
(Inherited from BaseWeld)
Public propertyEnabled 对象是否启用
(Inherited from ModelObject)
Public propertyFinishAbove 线上部分焊缝抛光
(Inherited from BaseWeld)
Public propertyFinishBelow 线下部分焊缝抛光
(Inherited from BaseWeld)
Public propertyGuid 对象GUID
(Inherited from ModelObject)
Public propertyId 同Identifier, 缩写
(Inherited from ModelObject)
Public propertyIdentifier 对象ID
(Inherited from ModelObject)
Public propertyIntermittentType 是否跳焊
(Inherited from BaseWeld)
Public propertyLabel 对象标签, 标签用于插件中识别每次刷新修改的物体
(Inherited from ModelObject)
Public propertyLengthAbove 线上部分长度
(Inherited from BaseWeld)
Public propertyLengthBelow 线下部分长度
(Inherited from BaseWeld)
Public propertyLocked 对象是否锁定
(Inherited from ModelObject)
Public propertyMainObject 主零件
(Inherited from BaseWeld)
Public propertyNDTInspection NDT检查
(Inherited from BaseWeld)
Public propertyParent 父对象
(Inherited from ModelObject)
Public propertyPhase 阶段号
(Inherited from ModelObject)
Public propertyPitchAbove 线上部分焊缝斜度
(Inherited from BaseWeld)
Public propertyPitchBelow 线下部分焊缝斜度
(Inherited from BaseWeld)
Public propertyPolygon 
Public propertyPrefixAboveLine 线上部分前缀
(Inherited from BaseWeld)
Public propertyPrefixBelowLine 线下部分前缀
(Inherited from BaseWeld)
Public propertyProcessType 焊接过程类型
(Inherited from BaseWeld)
Public propertyRadiusAbove 线上部分坡口半径
(Inherited from BaseWeld)
Public propertyRadiusBelow 线下部分坡口半径
(Inherited from BaseWeld)
Public propertyReferenceText 参考文本
(Inherited from BaseWeld)
Public propertyRootFaceAbove 线上部分钝边高度
(Inherited from BaseWeld)
Public propertyRootFaceBelow 线下部分钝边高度
(Inherited from BaseWeld)
Public propertyRootOpeningAbove 线上部分对接间隙
(Inherited from BaseWeld)
Public propertyRootOpeningBelow 线下部分对接间隙
(Inherited from BaseWeld)
Public propertyScene
(Inherited from ModelObject)
Public propertySeamLocation 焊缝边缘
(Inherited from BaseWeld)
Public propertySecondaryObject 次零件
(Inherited from BaseWeld)
Public propertyShopWeld 焊接制作方式(工厂/工地)
(Inherited from BaseWeld)
Public propertySizeAbove 线上部分尺寸
(Inherited from BaseWeld)
Public propertySizeBelow 线下部分尺寸
(Inherited from BaseWeld)
Public propertyThroatAbove 线上部分有效喉深
(Inherited from BaseWeld)
Public propertyThroatBelow 线下部分有效喉深
(Inherited from BaseWeld)
Public propertyType 核心对象类型
(Inherited from ModelObject)
Public propertyTypeAbove 线上部分焊缝类型
(Inherited from BaseWeld)
Public propertyTypeBelow 线下部分焊缝类型
(Inherited from BaseWeld)
Public propertyUserAttributes 用户自定义属性
(Inherited from BaseWeld)
Top
Methods
 NameDescription
Public methodDelete 从场景删除对象
(Inherited from ModelObject)
Public methodGetBoundingBox 获取对象在世界空间的包围盒
(Inherited from ModelObject)
Public methodGetCoordinateSystem 获取对象在场景空间的坐标系
(Inherited from ModelObject)
Public methodGetLabel 获取对象标签, 标签用于插件中识别每次刷新修改的物体
(Inherited from ModelObject)
Public methodGetPhase 获取阶段号
(Inherited from ModelObject)
Public methodGetReportProperty(String, Point)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Vector)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Double)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Int32)
(Inherited from ModelObject)
Public methodGetReportProperty(String, Int64)
(Inherited from ModelObject)
Public methodGetReportProperty(String, String)
(Inherited from ModelObject)
Public methodInsert
(Inherited from TFObject)
Public methodModify
(Inherited from TFObject)
Public methodRefresh
(Inherited from TFObject)
Public methodSelect 同Sync, 将场景中数据同步到对象
(Inherited from ModelObject)
Public methodSetLabel 设置对象标签, 标签用于插件中识别每次刷新修改的物体
(Inherited from ModelObject)
Public methodSetPhase 设置阶段号
(Inherited from ModelObject)
Public methodSync
(Inherited from TFObject)
Top
See Also