Printing3DFaceReductionOptions.MaxReductionArea 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置三角形的面积,上述三角形无法通过 TryReduceFacesAsync 方法合并。 如果设置为零,则使用内置默认值。
public:
property double MaxReductionArea { double get(); void set(double value); };
double MaxReductionArea();
void MaxReductionArea(double value);
public double MaxReductionArea { get; set; }
var double = printing3DFaceReductionOptions.maxReductionArea;
printing3DFaceReductionOptions.maxReductionArea = double;
Public Property MaxReductionArea As Double
属性值
Double
double
可以合并三角形的最大区域。
注解
面积单位派生自从中调用 TryReduceFacesAsync 的 Printing3DModel 对象的 Unit 属性。