Click or drag to resize

ModelElementcog Method

calculate the center of gravity of the element.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract Point3 cog(
	Model model
)

Parameters

model
Type: Karamba.ModelsModel
Model this element belongs to.

Return Value

Type: Point3
position of the center of gravity of the element.
See Also