Vertex(Double, Double, Double, Status) Constructor |
Constructs a vertex with a definite status
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vertex(
double x,
double y,
double z,
Status status
)
Parameters
- x Double
- coordinate on the x axis
- y Double
- coordinate on the y axis
- z Double
- coordinate on the z axis
- status Status
- vertex status - UNKNOWN, BOUNDARY, INSIDE or OUTSIDE
See Also