|
RhinoMeshfaceCOG Method
|
determine the center of gravity of a mesh face
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic Point3 faceCOG(
int faceInd
)
Public Function faceCOG (
faceInd As Integer
) As Point3
public:
virtual Point3 faceCOG(
int faceInd
) sealed
abstract faceCOG :
faceInd : int -> Point3
override 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
Implements
IMeshfaceCOG(Int32)
See Also