Click or drag to resize

Line Constructor (Face, Face)

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

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

Parameters

face1
Type: Internal.Net3dBoolFace
face representing one of the planes
face2
Type: Internal.Net3dBoolFace
face representing one of the planes
See Also