Click or drag to resize

Vertex Constructor (Double, Double, Double, Status)

Constructs a vertex with a 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(
	double x,
	double y,
	double z,
	Status status
)

Parameters

x
Type: SystemDouble
coordinate on the x axis
y
Type: SystemDouble
coordinate on the y axis
z
Type: SystemDouble
coordinate on the z axis
status
Type: Internal.Net3dBoolStatus
vertex status - UNKNOWN, BOUNDARY, INSIDE or OUTSIDE
See Also