|
Mesh2faceCOG 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)
Syntaxpublic Point2 faceCOG(
int face_ind
)
Public Function faceCOG (
face_ind As Integer
) As Point2
public:
virtual Point2 faceCOG(
int face_ind
) sealed
abstract faceCOG :
face_ind : int -> Point2
override faceCOG :
face_ind : int -> Point2
Parameters
- face_ind
- Type: SystemInt32
index of mesh face for which to calculate the area.
Return Value
Type:
Point2center of gravity of mesh face.
Implements
IMesh2faceCOG(Int32)
See Also