2021 Method
Changes 0
M

FilledRegion.Create

Description:
Creates a filled region from the given boundaries.
Remarks:
The line style of the boundaries will be set to thin lines by default.
public static FilledRegion Create(
	Document document,
	ElementId typeId,
	ElementId viewId,
	IList<CurveLoop> boundaries
)
Return Value FilledRegion The newly created filled region.