2023 Method
Changes 0
M

CompoundStructure.GetExtendableRegionIds

Description:
Gets 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 IList<int> GetExtendableRegionIds(
	bool top
)
  • Boolean
    top
    If true, retrieve ids of regions which are extendable at the top, otherwise retrieve the ids of regions which are extendable at the bottom.
Return Value IList<int> An array of region ids which are marked extendable.