Click or drag to resize

ModelElementtotalEccentricity Method

returns the eccentricity of the element in global coordinates

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract Vector3 totalEccentricity(
	Model model
)

Parameters

model
Type: Karamba.ModelsModel

[Missing <param name="model"/> documentation for "M:Karamba.Elements.ModelElement.totalEccentricity(Karamba.Models.Model)"]

Return Value

Type: Vector3
eccentricity of the element in global coordinates
See Also