Click or drag to resize

Profile Class

返回用户文档首页
截面
Inheritance Hierarchy
SystemObject
  LoongCAD.UtilSyncProxy
    LoongCAD.STCProfile
      More

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public class Profile : SyncProxy

The Profile type exposes the following members.

Constructors
 NameDescription
Public methodProfile 构造函数
Top
Properties
 NameDescription
Public propertyLayout 截面支持的参数
Public propertyName 截面名称
Public propertyShapeFlangeSlopeRatio1 斜率1
Public propertyShapeFlangeSlopeRatio2 斜率2
Public propertyShapeFlangeThickness1 上翼板厚度
Public propertyShapeFlangeThickness2 下翼板厚度
Public propertyShapeFlangeWidth1 上翼板宽度
Public propertyShapeFlangeWidth2 下翼板宽度
Public propertyShapeHeight 截面高度
Public propertyShapeHeightHead 截面头部高度
Public propertyShapeHeightTail 截面尾部高度
Public propertyShapeRight 截面右边缘位置
Public propertyShapeRoundingRadius1 圆角半径1
Public propertyShapeRoundingRadius2 圆角半径2
Public propertyShapeTop 截面顶边缘位置
Public propertyShapeWebThickness 腹板厚度
Public propertyShapeWidth 截面宽度
Public propertyShapeX 截面X方向起始位置
Public propertyShapeY 截面Y方向起始位置
Public propertySubType 截面子类型
Public propertyType 截面类型
Top
Methods
 NameDescription
Public methodFlush 传递属性
(Inherited from SyncProxy)
Public methodGetDouble 获取double类型的参数
Public methodGetInt 获取int类型的参数
Public methodNeedFlush 是否需要传递
(Inherited from SyncProxy)
Public methodshapeSymmetryH 截面是否左右对称
Public methodshapeSymmetryV 截面是否上下对称
Top
See Also
Inheritance Hierarchy