Click or drag to resize

Mesh3faceCOG Method

determine the center of gravity of a mesh face.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Point3 faceCOG(
	int face_ind
)

Parameters

face_ind
Type: SystemInt32
index of mesh face for which to calculate the area.

Return Value

Type: Point3
center of gravity of mesh face.

Implements

IMeshfaceCOG(Int32)
See Also