Click or drag to resize

APIaddSectionFromDXF Method

Add a section from a DXF file containing polylines. If a cold-formed section is added, specify optional parameters.
REST path: /section/add/fromdxf/[CF_tw]/[CF_rc]/[material]
REST verb: GET
REST header: {"path", path}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int addSectionFromDXF(
	string path,
	double CF_tw = 0,
	double CF_rc = 0,
	int material = 0
)

Parameters

path  String
Full path of DXF file
CF_tw  Double  (Optional)
Optional, thickness of a cold-formed section
CF_rc  Double  (Optional)
Optional, radius of curvature of a cold-formed section
material  Int32  (Optional)
Optional, ID of the section material

Return Value

Int32
The ID assigned to the section.
See Also