Click or drag to resize

APIdivideQuad Method

Divide an existing Quad element
REST path: /op/mesh/dividequad/[quadID]/[divX]/[divY]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] divideQuad(
	string quadID,
	int divX,
	int divY
)

Parameters

quadID  String
ID of the existing Quad
divX  Int32
Number of divisions in X direction
divY  Int32
Number of divisions in Y direction

Return Value

String
An array containing the IDs of newly created Quad elements
Remarks
Consider to call mergeOverlappedNodes when finished. Original Quad will be deleted
See Also