Click or drag to resize

APImeshQuad2Wall Method

Mesh and group into wall a single quad element.
REST path: /op/mesh/quad2wall/[isHorizontal]
REST verb: GET
REST header: {"quadIDs", quadIDs}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool meshQuad2Wall(
	List<string> quadIDs,
	bool isHorizontal = false
)

Parameters

quadIDs  ListString
List of ID of the quads to mesh.
isHorizontal  Boolean  (Optional)
Set to true to create vertical section cuts. If omitted or set to false, vertical wall is assumed.

Return Value

Boolean
True if successful
Remarks
Section cuts are created only if the mesh size is less than wall dimensions.
See Also