Click or drag to resize

ModelElementStraightLinetotalEccentricity Method

returns the eccentricity of the element in global coordinates.

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

Parameters

model
Type: Karamba.ModelsModel

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

Return Value

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