Click or drag to resize

IMeshfaceCOG Method

determine the center of gravity of a mesh face

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Point3 faceCOG(
	int faceInd
)

Parameters

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

Return Value

Type: Point3
center of gravity of mesh face
See Also