Click or drag to resize

CircularHollowProfile Class

返回用户文档首页
圆管与圆形空腹截面
Inheritance Hierarchy
SystemObject
  LoongCAD.UtilSyncProxy
    LoongCAD.STCProfile
      LoongCAD.STCCircularHollowProfile

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

The CircularHollowProfile type exposes the following members.

Constructors
 NameDescription
Public methodCircularHollowProfile 构造函数
Top
Properties
 NameDescription
Public propertyDiameter 直径,标记 - d
Public propertyDiameter1 变截面类型直径1,标记 - d1
Public propertyDiameter2 变截面类型直径2,标记 - d1
Public propertyLayout 截面支持的参数
(Inherited from Profile)
Public propertyMinorDiameter1 椭圆类型副轴直径1,标记 - r1
Public propertyMinorDiameter2 椭圆类型副轴直径2,标记 - r2
Public propertyName 截面名称
(Inherited from Profile)
Public propertyPlateThickness 板厚度,标记 - t
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)
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