Click or drag to resize

ModelModifierModify Method

change the nodal coordinates of a model

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

[Missing <returns> documentation for "M:Karamba.Models.ModelModifier.Modify(Karamba.Models.Model,System.Collections.Generic.List{Karamba.Geometry.Point3})"]

See Also