Click or drag to resize

Clipper64 Class

Performs clipping operations on integer coordinates.
Inheritance Hierarchy
SystemObject
  Clipper2LibClipperBase
    Clipper2LibClipper64

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

The Clipper64 type exposes the following members.

Constructors
 NameDescription
Public methodClipper64Initializes a new instance of the Clipper64 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(Paths64) Adds clip paths.
Public methodAddOpenSubject(Path64) Adds an open subject path.
(Inherited from ClipperBase)
Public methodAddOpenSubject(Paths64) Adds open subject paths.
Protected methodAddPath Adds a single path with the specified role.
(Inherited from ClipperBase)
Protected methodAddPaths Adds multiple paths with the specified role.
(Inherited from ClipperBase)
Public methodAddReuseableData Adds reusable preprocessed input data.
Public methodAddSubject(Path64) Adds a subject path.
(Inherited from ClipperBase)
Public methodAddSubject(Paths64) 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, Paths64) Executes the clipper and returns closed integer output paths.
Public methodExecute(ClipType, FillRule, PolyTree64) Executes the clipper and returns a hierarchical integer solution.
Public methodExecute(ClipType, FillRule, Paths64, Paths64) Executes the clipper and returns closed and open integer output paths.
Public methodExecute(ClipType, FillRule, PolyTree64, Paths64) Executes the clipper and returns a hierarchical integer 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