Printing3DFaceReductionOptions.MaxReductionArea Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the area of a triangle above which said triangle cannot be merged via the TryReduceFacesAsync method. If set to zero, a built-in default value is used.
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
Property Value
Double
double
Maximum area at which a triangle can be merged.
Remarks
The units of area are derived from the Unit property in the Printing3DModel object from which TryReduceFacesAsync is called.