Click or drag to resize

WQProfile Class

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

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

The WQProfile type exposes the following members.

Constructors
 NameDescription
Public methodWQProfile 构造函数
Top
Properties
 NameDescription
Public propertyCantilever 非对称型截面悬臂,标记 - c
Public propertyFlangeThickness1 翼缘厚度1,标记 - t1
Public propertyFlangeThickness2 翼缘厚度2,标记 - t2
Public propertyFlangeWidth1 翼缘宽度1,标记 - b1
Public propertyFlangeWidth2 翼缘宽度2,标记 - b2
Public propertyHeight 截面高度,标记 - h
Public propertyLayout 截面支持的参数
(Inherited from Profile)
Public propertyName 截面名称
(Inherited from Profile)
Public propertyRoundingRadius 圆半径1,标记 - r1
Public propertyShapeFlangeSlopeRatio1 斜率1
(Inherited from Profile)
Public propertyShapeFlangeSlopeRatio2 斜率2
(Inherited from Profile)
Public propertyShapeFlangeThickness1 上翼板厚度
(Inherited from Profile)
Public propertyShapeFlangeThickness2 下翼板厚度
(Inherited from Profile)
Public propertyShapeFlangeWidth1 上翼板宽度
(Inherited from Profile)
Public propertyShapeFlangeWidth2 下翼板宽度
(Inherited from Profile)
Public propertyShapeHeight 截面高度
(Inherited from Profile)
Public propertyShapeHeightHead 截面头部高度
(Inherited from Profile)
Public propertyShapeHeightTail 截面尾部高度
(Inherited from Profile)
Public propertyShapeRight 截面右边缘位置
(Inherited from Profile)
Public propertyShapeRoundingRadius1 圆角半径1
(Inherited from Profile)
Public propertyShapeRoundingRadius2 圆角半径2
(Inherited from Profile)
Public propertyShapeTop 截面顶边缘位置
(Inherited from Profile)
Public propertyShapeWebThickness 腹板厚度
(Inherited from Profile)
Public propertyShapeWidth 截面宽度
(Inherited from Profile)
Public propertyShapeX 截面X方向起始位置
(Inherited from Profile)
Public propertyShapeY 截面Y方向起始位置
(Inherited from Profile)
Public propertySubType 截面子类型
(Inherited from Profile)
Public propertyType 截面类型
(Inherited from Profile)
Public propertyWebThickness 腹板厚度,标记 - s
Top
Methods
 NameDescription
Public methodFlush 传递属性
(Inherited from SyncProxy)
Public methodGetDouble 获取double类型的参数
(Inherited from Profile)
Public methodGetInt 获取int类型的参数
(Inherited from Profile)
Public methodNeedFlush 是否需要传递
(Inherited from SyncProxy)
Public methodshapeSymmetryH 截面是否左右对称
(Inherited from Profile)
Public methodshapeSymmetryV 截面是否上下对称
(Inherited from Profile)
Top
See Also