2020 Method
Changes 0
M

TessellatedShapeBuilder.CreateMeshByExtrusion

Description:
Builds a mesh by extruding curve loop(s) along extrusion distance.
Remarks:
This function supports creation of a mesh given a collection of continuous curve loops, which are processed independently from each other. Loops with gaps or with curves with wrong flips will be split before processing.
public static MeshFromGeometryOperationResult CreateMeshByExtrusion(
	IList<CurveLoop> profileLoops,
	XYZ extrusionDirection,
	double extrusionDistance,
	ElementId materialId
)
Return Value MeshFromGeometryOperationResult Returns a mesh, which was constructed, and some additional information.