CADability dotNET
Checks the relative position of two shapes to each other. The order of the parameters is important for the result.

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

Syntax

C#
public static SimpleShape..::..Position GetPosition(
	CompoundShape cs1,
	CompoundShape cs2
)
Visual Basic
Public Shared Function GetPosition ( _
	cs1 As CompoundShape, _
	cs2 As CompoundShape _
) As SimpleShape..::..Position
Visual C++
public:
static SimpleShape..::..Position GetPosition(
	CompoundShape^ cs1, 
	CompoundShape^ cs2
)

Parameters

cs1
Type: CADability.Shapes..::..CompoundShape
First shape
cs2
Type: CADability.Shapes..::..CompoundShape
Second shape

Return Value

The position

See Also