Click or drag to resize

BeamPlanes Class

返回用户文档首页
梁零件面的辅助类
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.PluginsPartPlanes
    LoongCAD.STC.PluginsBeamPlanes

Namespace: LoongCAD.STC.Plugins
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public class BeamPlanes : PartPlanes

The BeamPlanes type exposes the following members.

Constructors
 NameDescription
Public methodBeamPlanes 构造函数
Top
Properties
 NameDescription
Public propertyBackBound 后边界面,零件包围盒后方向的面
(Inherited from PartPlanes)
Public propertyBackWeb 后腹板面,最靠近后侧的腹板的后面
Public propertyBackWebInside 后腹板内面,最靠近后侧的腹板的背面
Public propertyBottomBound 底边界面,零件包围盒底方向的面
(Inherited from PartPlanes)
Public propertyBottomFlange 底翼板面,对于某些截面的零件此属性可能为null
Public propertyBottomFlangeBack 底翼板的后侧面,对于某些截面的零件此属性可能为null
Public propertyBottomFlangeFront 底翼板的前侧面,对于某些截面的零件此属性可能为null
Public propertyBottomFlangeInside 底翼板的内面,对于某些截面的零件此属性可能为null
Public propertyFrontBound 前边界面,零件包围盒前方向的面
(Inherited from PartPlanes)
Public propertyFrontWeb 前腹板面,最靠近前侧的腹板的前面
Public propertyFrontWebInside 前腹板内面,最靠近前侧的腹板的背面
Public propertyHeadBound 头部边界面
Public propertyTailBound 尾部边界面
Public propertyTopBound 顶边界面,零件包围盒顶方向的面
(Inherited from PartPlanes)
Public propertyTopFlange 顶翼板面,对于某些截面的零件此属性可能为null
Public propertyTopFlangeBack 顶翼板的后侧面,对于某些截面的零件此属性可能为null
Public propertyTopFlangeFront 顶翼板的前侧面,对于某些截面的零件此属性可能为null
Public propertyTopFlangeInside 顶翼板的内面,对于某些截面的零件此属性可能为null
Top
Methods
 NameDescription
Public methodStatic memberCreateFromBeam 从梁创建该辅助类的实例
Top
See Also