3D截面/截面

时间:2019-05-19 16:02:41

标签: 3d autocad sections hatchstyle

我正在尝试从实体剖视图。问题是相关的区域设置。我无法设置填充图案(名称或类型)。Autocad使用实体图案代替我的选择

 st=SectionType.Section2d;
 ss.CurrentSectionType = st;
 ss.SetHatchPatternType(st, SectionGeometry.BackgroundGeometry, HatchPatternType.PreDefined);
 ss.SetHatchPatternName(st, SectionGeometry.BackgroundGeometry,"ANSI31");

0 个答案:

没有答案