Click or drag to resize

HemiSphereProfile Class

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

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

The HemiSphereProfile type exposes the following members.

Constructors
 NameDescription
Public methodHemiSphereProfile 构造函数
Top
Properties
 NameDescription
Public propertyDiameter 直径,标记 - d
Public propertyLayout 截面支持的参数
(Inherited from Profile)
Public propertyName 截面名称
(Inherited from Profile)
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