Click or drag to resize

ModelMembranedispNormalVectors Method

Returns the shell normal vector for each node of the shell.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<Vector3> dispNormalVectors(
	Model model
)

Parameters

model
Type: Karamba.ModelsModel
Model the shell belongs to.

Return Value

Type: ListVector3

[Missing <returns> documentation for "M:Karamba.Elements.ModelMembrane.dispNormalVectors(Karamba.Models.Model)"]

See Also