Click or drag to resize

CrossSection Class

返回用户文档首页
截面图形
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Friendly.CatalogsCrossSection

Namespace: LoongCAD.STC.Friendly.Catalogs
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2026.0.9.25 (2026.0.9.25)
Syntax
C#
public sealed class CrossSection

The CrossSection type exposes the following members.

Constructors
 NameDescription
Public methodCrossSection 给定截面名称,新建一个对应的截面图形对象
Top
Properties
 NameDescription
Public propertyHighAccuracy 是否高精度
Public propertyInnerSurfacePoints 当前Length下内轮廓点列表 (孔洞)
Public propertyLength 截面放样长度
Public propertyLocation 位置
Public propertyOuterSurfacePoints 当前Length下外轮廓点列表
Public propertyProfileName 截面名称
Public propertySlices 截面图形的分层列表(复杂截面或变高截面会有多层二维图形组成)
Top
Methods
 NameDescription
Public methodSelect(Double, Double) 同步模型中截面数据到此对象
Public methodSelect(Boolean, Double, Double) 同步模型中截面数据到此对象
Top
See Also