Click or drag to resize

ClipperD Class

Represents a node in a polygon tree hierarchy.
Inheritance Hierarchy
SystemObject
  Clipper2LibClipperBase
    Clipper2LibClipperD

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class ClipperD : ClipperBase

The ClipperD type exposes the following members.

Constructors
 NameDescription
Public methodClipperD Initializes a new instance of the ClipperD class.
Top
Properties
 NameDescription
Public propertyPreserveCollinear Gets or sets a value indicating whether collinear edges should be preserved.
(Inherited from ClipperBase)
Public propertyReverseSolution Gets or sets a value indicating whether the output polygon orientation is reversed.
(Inherited from ClipperBase)
Top
Methods
 NameDescription
Public methodAddClip(Path64) Adds a clip path.
(Inherited from ClipperBase)
Public methodAddClip(PathD) Adds a clip path.
Public methodAddClip(PathsD) Adds clip paths.
Public methodAddOpenSubject(Path64) Adds an open subject path.
(Inherited from ClipperBase)
Public methodAddOpenSubject(PathD) Adds an open subject path.
Public methodAddOpenSubject(PathsD) Adds open subject paths.
Protected methodAddPath(Path64, PathType, Boolean) Adds a single path with the specified role.
(Inherited from ClipperBase)
Public methodAddPath(PathD, PathType, Boolean) Adds a floating-point path.
Protected methodAddPaths(Paths64, PathType, Boolean) Adds multiple paths with the specified role.
(Inherited from ClipperBase)
Public methodAddPaths(PathsD, PathType, Boolean) Adds multiple floating-point paths.
Protected methodAddReuseableData Adds preprocessed reusable input data to the clipper.
(Inherited from ClipperBase)
Public methodAddSubject(Path64) Adds a subject path.
(Inherited from ClipperBase)
Public methodAddSubject(PathD) Adds a subject path.
Public methodAddSubject(PathsD) Adds subject paths.
Protected methodBuildPaths Builds closed and open output paths from the current solution state.
(Inherited from ClipperBase)
Protected methodBuildTree Builds a solution polytree and any open output paths from the current solution state.
(Inherited from ClipperBase)
Public methodClear Clears all input and solution state from the clipper.
(Inherited from ClipperBase)
Protected methodClearSolutionOnly Clears solution-only state while preserving the added input paths.
(Inherited from ClipperBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute(ClipType, FillRule, PathsD) Executes the clipper and returns closed floating-point output paths.
Public methodExecute(ClipType, FillRule, PolyTreeD) Executes the clipper and returns a hierarchical floating-point solution.
Public methodExecute(ClipType, FillRule, PathsD, PathsD) Executes the clipper and returns closed and open floating-point output paths.
Public methodExecute(ClipType, FillRule, PolyTreeD, PathsD) Executes the clipper and returns a hierarchical floating-point solution plus open paths.
Protected methodExecuteInternal Executes the clipping engine using the currently added input data.
(Inherited from ClipperBase)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetBounds Gets the bounds of all currently added input geometry.
(Inherited from ClipperBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodReset Resets the engine before execution using the currently stored input paths.
(Inherited from ClipperBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also