Click or drag to resize

RectHollowProfile Class

返回用户文档首页
矩形空腹截面
Inheritance Hierarchy
SystemObject
  LoongCAD.UtilSyncProxy
    LoongCAD.STCProfile
      LoongCAD.STCRectHollowProfile

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

The RectHollowProfile type exposes the following members.

Constructors
 NameDescription
Public methodRectHollowProfile 构造函数
Top
Properties
 NameDescription
Public propertyHeight 截面高度,标记 - h
Public propertyHeight1 非对称型截面高度1,标记 - h1
Public propertyHeight2 非对称型截面高度2,标记 - h2
Public propertyLayout 截面支持的参数
(Inherited from Profile)
Public propertyName 截面名称
(Inherited from Profile)
Public propertyPlateThickness 板厚度,标记 - t
Public propertyRoundingRadius 圆角半径,标记 - r
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 propertySubType 截面子类型
(Inherited from Profile)
Public propertyType 截面类型
(Inherited from Profile)
Public propertyWidth 截面宽度,标记 - b
Public propertyWidth1 非对称型截面宽度1,标记 - b1
Public propertyWidth2 非对称型截面宽度2,标记 - b2
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