Click or drag to resize

Vertex Constructor (Vector3, Status)

Constructs a vertex with definite status

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

Parameters

position
Type: Internal.Net3dBoolVector3
vertex position
status
Type: Internal.Net3dBoolStatus
vertex status - UNKNOWN, BOUNDARY, INSIDE or OUTSIDE
See Also