|
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)
Syntaxpublic static Model Modify(
Model model,
List<Point3> points
)
Public Shared Function Modify (
model As Model,
points As List(Of Point3)
) As Model
public:
static Model^ Modify(
Model^ model,
List<Point3>^ points
)
static member Modify :
model : Model *
points : List<Point3> -> Model
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:
ModelModel with changed node positions.
See Also