|
IMeshfaceCOG 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)
SyntaxPoint3 faceCOG(
int faceInd
)
Function faceCOG (
faceInd As Integer
) As Point3
Point3 faceCOG(
int faceInd
)
abstract faceCOG :
faceInd : int -> Point3
Parameters
- faceInd
- Type: SystemInt32
index of mesh face for which to calculate the area.
Return Value
Type:
Point3center of gravity of mesh face.
See Also