Click or drag to resize

APIaddFloorPlane Method

Add a floor plane load to the model
REST path: /load/floor/planeadd/[name]/[type]/[n1]/[n2]/[n3]/[n4]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool addFloorPlane(
	string name,
	int type,
	string n1,
	string n2,
	string n3,
	string n4 = ""
)

Parameters

name  String
Name of the floor load to be used
type  Int32
Distribution of the floor load: 1 triangular - 2 quadrangular-centroid - 3 oriented quadrangular - 4 two-way quadrangular
n1  String
1st node
n2  String
2nd node
n3  String
3rd node
n4  String  (Optional)
4th node required only if quadrangular distribution is set

Return Value

Boolean
True if successful, False if not or if nodes don't form a plane or beam elements don't cover the entire perimeter
See Also