<Code Lib>
2027 Method
Changes 0
M

CurveByPointsUtils.ValidateCurveElementIdArrayForFaceRegions

Description:
Validates that the input CurveElements can define FaceRegions. The CurveElements must be CurveByPoints.

public static bool ValidateCurveElementIdArrayForFaceRegions(
	Document document,
	IList<ElementId> curveElemIds
)

Return Value Boolean Boolean

Loading…