Click or drag to resize

APIgetLastSectionRes3DDomainPoints Method

Get list of 3D points for plotting 3D resisting domain of the last computed section
REST path: /res/check/plot3dsectiondomain
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public vert3[] getLastSectionRes3DDomainPoints(
	ref Dictionary<string, string[]> conn = null
)

Parameters

conn  DictionaryString, String  (Optional)
Optional. Connectivity dictionary for 3D points passed by reference

Return Value

vert3
A list of vert3 containing 3D points of the domain boundary
See Also