Class NearPointsCleanerOptions

NearPointsCleanerOptions class

Options for deleting points that are too close to each other.

public class NearPointsCleanerOptions

Constructors

NameDescription
NearPointsCleanerOptions()Create an instance with init fields by default.
NearPointsCleanerOptions(NearPointsCleanerOptions)Create copy of instance NearPointsCleanerOptions.

Properties

NameDescription
Distance { get; set; }Parameter for check is point near to another point. Default value is 0.

Methods

NameDescription
Clone()Create copy of object.

See Also