Share via


Printing3DFaceReductionOptions.MaxEdgeLength Property

Definition

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

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.

Applies to