Click or drag to resize

APIselectedNodes Property

Get or set selected nodes in viewport. REST version only against local instance of NextFEM Designer
REST path: /op/selectednodes
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] selectedNodes { get; set; }

Property Value

String

Return Value

String
Array of strings
Remarks
For usage with plugins.
See Also