Click or drag to resize

Mesh3AddVertex Method (Double, Double, Double)

add a vertex to the mesh

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int AddVertex(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
x-coordinate>
y
Type: SystemDouble
y-coordinate
z
Type: SystemDouble
z-coordinate

Return Value

Type: Int32

[Missing <returns> documentation for "M:Karamba.Geometry.Mesh3.AddVertex(System.Double,System.Double,System.Double)"]

Implements

IMeshAddVertex(Double, Double, Double)
See Also