Click or drag to resize

APIdivideHexa Method

Divide an existing Hexa element
REST path: /op/mesh/dividehexa/[hexaID]/[divX]/[divY]/[divZ]
REST verb: GET

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

Parameters

hexaID  String
ID of the existing Hexa
divX  Int32
Number of divisions in X direction
divY  Int32
Number of divisions in Y direction
divZ  Int32
Number of divisions in Z direction

Return Value

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