Click or drag to resize

APIassignHinge Method

Assign a plastic hinge to a beam
REST path: /hinge/assign/[beamID]/[hingeName]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool assignHinge(
	string beamID,
	string hingeName
)

Parameters

beamID  String
ID of the beam element hosting the hinge
hingeName  String
Name of the hinge property to assign

Return Value

Boolean
True if successful
See Also