2027 Method
Changes 0
M

CompoundStructure.SplitRegion

Description:
Splits the region which contains the specified grid point by a line with the specified direction.
Remarks:
This method is meant to be used in conjunction with FindEnclosingRegionAndSegments(UV, RectangularGridSegmentOrientation, Int32%, Int32%). Grid coordinates correspond to uv coordinates of faces.
Overloads (2):
SplitRegion(UV,RectangularGridSegmentOrientation)
public int SplitRegion(
	UV gridUV,
	RectangularGridSegmentOrientation splitDirection
)
Return Value Int32 The id of the region created by this operation.