Click or drag to resize

APIextrudeBeamBySection Method

Convert in-place a line element by extruding it to shell or solid elements by means of its section. It may require ColdFormed module license to work, depending on the type section.
REST path: /element/extrudebeambysect/[useShells]
REST verb: GET
REST body: elemIDs

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.2 (2.8.1.2)
Syntax
public bool extrudeBeamBySection(
	string[] elemIDs,
	bool useShells = true
)

Parameters

elemIDs  String
Array of beam element IDs to convert
useShells  Boolean  (Optional)
Optional, default is true. If set to false, use solid elements.

Return Value

Boolean
True, even if the conversion fails
See Also