CADability dotNET
Returns the difference of the two CompoundShapes s1 and s2 (s1-s2). The result may be empty.

Namespace: CADability.Shapes
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static CompoundShape operator -(
	CompoundShape s1,
	CompoundShape s2
)
Visual Basic
Public Shared Operator - ( _
	s1 As CompoundShape, _
	s2 As CompoundShape _
) As CompoundShape
Visual C++
public:
static CompoundShape^ operator -(
	CompoundShape^ s1, 
	CompoundShape^ s2
)

Parameters

s1
Type: CADability.Shapes..::..CompoundShape
first operand
s2
Type: CADability.Shapes..::..CompoundShape
second operand

Return Value

difference

See Also