Click or drag to resize

Vertex(Vector3, Status) Constructor

Constructs a vertex with definite status

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vertex(
	Vector3 position,
	Status status
)

Parameters

position  Vector3
vertex position
status  Status
vertex status - UNKNOWN, BOUNDARY, INSIDE or OUTSIDE
See Also