CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Clips the provided curve by this shape. Either the inner parts or the parts outside of this shape are returned.
Namespace: CADability.ShapesAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public double[] Clip( ICurve2D toClip, bool returnInsideParts ) |
| Visual Basic |
|---|
Public Function Clip ( _ toClip As ICurve2D, _ returnInsideParts As Boolean _ ) As Double() |
| Visual C++ |
|---|
public: array<double>^ Clip( ICurve2D^ toClip, bool returnInsideParts ) |
Parameters
- toClip
- Type: CADability.Curve2D..::..ICurve2D
Curve to be clipped
- returnInsideParts
- Type: System..::..Boolean
true: return inside parts, false: return outside parts