Click or drag to resize

APIgetExtrudedBeamPoints Method

Get points from the extruded beam section in 3D space
REST path: /element/extrudedbeam/[elemID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public vert3[] getExtrudedBeamPoints(
	string elemID
)

Parameters

elemID  String
ID of the beam element

Return Value

vert3
Array of vert3 instances
See Also