CADability dotNET

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

Syntax

C#
public override ICurve[] Intersect(
	BoundingRect thisBounds,
	ISurface other,
	BoundingRect otherBounds
)
Visual Basic
Public Overrides Function Intersect ( _
	thisBounds As BoundingRect, _
	other As ISurface, _
	otherBounds As BoundingRect _
) As ICurve()
Visual C++
public:
virtual array<ICurve^>^ Intersect(
	BoundingRect thisBounds, 
	ISurface^ other, 
	BoundingRect otherBounds
) override

Return Value

Implements

ISurface..::..Intersect(BoundingRect, ISurface, BoundingRect)

See Also