Click or drag to resize

APIaddSubsoilZProperty Method

Add a subsoil distributed spring in Z direction of the model
REST path: /springproperty/subsoil/add/[width]/[Rmodulus]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string addSubsoilZProperty(
	double width,
	double Rmodulus
)

Parameters

width  Double
Width of the bottom side of element
Rmodulus  Double
Reaction modulus

Return Value

String
The name of the property added, empty string in case of error
See Also