Click or drag to resize

ProfileItem Class

返回用户文档首页
截面型材配置基类
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.CatalogsProfileItem
    LoongCAD.STC.Friendly.CatalogsLibraryProfileItem
    LoongCAD.STC.Friendly.CatalogsParametricProfileItem

Namespace: LoongCAD.STC.Friendly.Catalogs
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public abstract class ProfileItem

The ProfileItem type exposes the following members.

Properties
 NameDescription
Public propertyaProfileItemParameters 截面参数序列
Public propertyParameterString 参数化格式
Public propertyProfileItemSubType 截面子类型
Public propertyProfileItemType 截面类型
Top
Methods
 NameDescription
Public methodExport 导出截面型材配置
Public methodIsProfileUserDefined 是否用户自定义截面
Public methodIsProfileUserParametric 暂未支持
Public methodModifyProfileItemAnalysisParameter 同步截面分析参数
Public methodModifyProfileItemParameter 同步截面参数
Public methodModifyProfileItemUserParameter 同步截面用户参数
Public methodSelect 同步模型中截面数据到此对象
Top
See Also