Printing3DFaceReductionOptions.TargetTriangleCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置网格上所需的三角形数。 如果三角形计数小于或等于此数字, TryReduceFacesAsync 方法将停止合并人脸。 如果设置为零,则算法将运行,直到三角形数减少一半。
public:
property unsigned int TargetTriangleCount { unsigned int get(); void set(unsigned int value); };
uint32_t TargetTriangleCount();
void TargetTriangleCount(uint32_t value);
public uint TargetTriangleCount { get; set; }
var uInt32 = printing3DFaceReductionOptions.targetTriangleCount;
printing3DFaceReductionOptions.targetTriangleCount = uInt32;
Public Property TargetTriangleCount As UInteger
属性值
网格上所需的三角形数。