Printing3DFaceReductionOptions.MaxEdgeLength 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 maximum length of an edge for which the triangles that share said edge can be merged via the TryReduceFacesAsync method. If set to zero, a built-in default value is used.
public:
property double MaxEdgeLength { double get(); void set(double value); };
double MaxEdgeLength();
void MaxEdgeLength(double value);
public double MaxEdgeLength { get; set; }
var double = printing3DFaceReductionOptions.maxEdgeLength;
printing3DFaceReductionOptions.maxEdgeLength = double;
Public Property MaxEdgeLength As Double
Property Value
double
Maximum length of an edge for which the triangles that share said edge can be merged.
Remarks
The units of length are derived from the Unit property in the Printing3DModel object from which TryReduceFacesAsync is called.