<Code Lib>
2026 Method
Changes 0
M

Application.NewAreaCreationData

Description:
Creates an object which wraps the arguments of Area for batch creation.

public AreaCreationData NewAreaCreationData(
	ViewPlan areaView,
	UV point
)

  • areaView
    The view of area element.
  • point
    A point which lies in an enclosed region of area boundary where the new area will reside.
Return Value AreaCreationData The object containing the data needed for area creation.

Loading…