|
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)
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:
Model[Missing <returns> documentation for "M:Karamba.Models.ModelModifier.Modify(Karamba.Models.Model,System.Collections.Generic.List{Karamba.Geometry.Point3})"]
See Also