ViewCropRegionShapeManager.GetSplitRegionOffset
Description:
Returns the offset for the specified split crop region.
Returns the offset for the specified split crop region.
Remarks:
The points in the split crop region's boundary are not in model space. Add the offset returned by this method to each point in the crop region's boundary to transform the points into model space coordinates.
The points in the split crop region's boundary are not in model space. Add the offset returned by this method to each point in the crop region's boundary to transform the points into model space coordinates.
public XYZ GetSplitRegionOffset(
int regionIndex
)
-
Int32regionIndexIndex of the split crop region (numbering starts with 0).
Return Value
XYZ
A vector in model space representing the offset which is applied to the split crop region's boundary.
-
The provided region index is invalid.