Click or drag to resize

APIsetRigidDiaphragms Method

Set rigid diaphragms for all model. Floors heigths are taken automatically, restrained floors are skipped.
REST path: /op/mesh/rigiddiaph/[constraintType]/[masterNode]/[restrainZMaster]
REST verb: PUT
REST header: {"nodesList", nodesList}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setRigidDiaphragms(
	int constraintType = 0,
	List<string> nodesList = null,
	string masterNode = "",
	bool restrainZMaster = false
)

Parameters

constraintType  Int32  (Optional)
0 for automatic master node, 1 to add a master node, 2 to manually specify master node for a selected group of nodes
nodesList  ListString  (Optional)
Optional list containing nodes ID for the rigid floor. If not specified, all nodes are taken
masterNode  String  (Optional)
ID of master node, only if constraintType = 2
restrainZMaster  Boolean  (Optional)
Restrain the master node in Z direction, only if constraintType is 1 or 2

Return Value

Boolean
True if successful
See Also