CADability dotNET

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

Syntax

C#
public static Make3D PlaneIntersection(
	Face[] faces,
	Plane plane
)
Visual Basic
Public Shared Function PlaneIntersection ( _
	faces As Face(), _
	plane As Plane _
) As Make3D
Visual C++
public:
static Make3D^ PlaneIntersection(
	array<Face^>^ faces, 
	Plane plane
)

Parameters

faces
Type: array<CADability.GeoObject..::..Face>[]()[][]
plane
Type: CADability..::..Plane

See Also