<Code Lib>
2021 Method
Changes 0
M

CompoundStructure.IsSimpleRegion

Description:
Determines whether the region is a simple region in this CompoundStructure.
Remarks:
A region is simple if it rectangular and spans the height of the wall.

public bool IsSimpleRegion(
	int regionId
)

  • Int32
    regionId
    The id of a region in this vertically compound structure.
Return Value bool True if the region is simple, false otherwise.

Loading…