Click or drag to resize

APIsetSectionMaterial Method

Set the material as section property
REST path: /section/set/material/[ID]/[materialID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool setSectionMaterial(
	int ID,
	int materialID
)

Parameters

ID  Int32
ID of the section
materialID  Int32
ID of the material to associate

Return Value

Boolean
True
See Also