Click or drag to resize

ModelElementcog Method

calculate the center of gravity of the element

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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