<Code Lib>
2026 Method
Changes 0
M

CompoundStructure.SetExtendableRegionIds

Description:
Sets the extendable region ids for the compound structure.
Remarks:
Regions along the top or bottom of the wall may be set to be extendable.

public void SetExtendableRegionIds(
	bool top,
	IList<int> regionIds
)

  • Boolean
    top
    If true, set ids of regions which are extendable at the top, otherwise set the ids of regions which are extendable at the bottom.
  • IList<Int32>
    regionIds
    The ids of regions which will be extendable.

Loading…