Click or drag to resize

Line(Face, Face) Constructor

Constructor for a line.The line created is the intersection between two planes

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Line(
	Face face1,
	Face face2
)

Parameters

face1  Face
face representing one of the planes
face2  Face
face representing one of the planes
See Also