Click or drag to resize

CProfile Class

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

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

The CProfile type exposes the following members.

Constructors
 NameDescription
Public methodCProfile 构造函数
Top
Properties
 NameDescription
Public propertyFlangeThickness 热轧型截面翼缘厚度,标记 - t
Public propertyFlangeWidth1 非对称型截面翼缘宽度1,标记 - b1
Public propertyFlangeWidth2 非对称型截面翼缘宽度2,标记 - b2
Public propertyHeight 高度,标记 - h
Public propertyLayout 截面支持的参数
(Inherited from Profile)
Public propertyName 截面名称
(Inherited from Profile)
Public propertyPlateThickness 冷轧型截面板厚度,标记 - t
Public propertyRoundingRadius1 热轧型截面圆半径1,标记 - r1
Public propertyRoundingRadius2 热轧型截面圆半径1,标记 - r1
Public propertyShapeHeight 截面高度
(Inherited from Profile)
Public propertyShapeRight 截面右边缘位置
(Inherited from Profile)
Public propertyShapeTop 截面顶边缘位置
(Inherited from Profile)
Public propertyShapeWidth 截面宽度
(Inherited from Profile)
Public propertyShapeX 截面X方向起始位置
(Inherited from Profile)
Public propertyShapeY 截面Y方向起始位置
(Inherited from Profile)
Public propertySlopeRatio 热轧型截面翼缘斜率,标记 - fs
Public propertySubType 截面子类型
(Inherited from Profile)
Public propertyType 截面类型
(Inherited from Profile)
Public propertyWebThickness 热轧型截面腹板厚度,标记 - s
Public propertyWidth 对称型截面宽度,标记 - b
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)
Top
See Also