我正在尝试从实体剖视图。问题是相关的区域设置。我无法设置填充图案(名称或类型)。Autocad使用实体图案代替我的选择
st=SectionType.Section2d;
ss.CurrentSectionType = st;
ss.SetHatchPatternType(st, SectionGeometry.BackgroundGeometry, HatchPatternType.PreDefined);
ss.SetHatchPatternName(st, SectionGeometry.BackgroundGeometry,"ANSI31");