Line(Face, Face) Constructor |
Constructor for a line.The line created is the intersection between two planes
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Line(
Face face1,
Face face2
)
Parameters
- face1 Face
- face representing one of the planes
- face2 Face
- face representing one of the planes
See Also