Click or drag to resize

APIdivideLine Method

Divide existing Line elements
REST path: /op/mesh/divideline
REST verb: GET
REST header: {"lines", lines}, {"fractions", fractions}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] divideLine(
	string[] lines,
	double[] fractions
)

Parameters

lines  String
Array of Line elements to be divided
fractions  Double
Division pattern, normalized to 1

Return Value

String
An array containing the IDs of newly created Line elements
See Also