Click or drag to resize

ModelModifierModify Method

Change the nodal coordinates of a model.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Model Modify(
	Model model,
	List<Point3> points
)

Parameters

model
Type: Karamba.ModelsModel
model to be modified.
points
Type: System.Collections.GenericListPoint3
new coordinates of the nodes in the order of nodes.

Return Value

Type: Model
Model with changed node positions.
See Also