CADability dotNET
Checks the interference of this cube with the provided parallelepiped (the affine projection of a cube)

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

Syntax

C#
public bool Interferes(
	GeoPoint loc,
	GeoVector dirx,
	GeoVector diry,
	GeoVector dirz
)
Visual Basic
Public Function Interferes ( _
	loc As GeoPoint, _
	dirx As GeoVector, _
	diry As GeoVector, _
	dirz As GeoVector _
) As Boolean
Visual C++
public:
bool Interferes(
	GeoPoint loc, 
	GeoVector dirx, 
	GeoVector diry, 
	GeoVector dirz
)

Return Value

See Also