Click or drag to resize

APIremoveHingeType Method

Remove hinge property
REST path: /hinge/removetype/[name]
REST verb: DELETE

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.0.0 (2.8.0.0)
Syntax
public bool removeHingeType(
	string name
)

Parameters

name  String
Name of the hinge property

Return Value

Boolean
True if successful
See Also