BoxCharacteristicPoint


Returns a characteristic point (e.g. the top-left) of a box.

Syntax

C++
Python
 
def BoxCharacteristicPoint(
	inBox: Box,
	/,
	*,
	inPointAnchor: Anchor2D = Anchor2D.TopLeft
)
-> outPoint: Point2D

Parameters

Name Type Default Description
Input value inBox Box
Input value inPointAnchor Anchor2D Anchor2D.TopLeft Selecting one of the 9 characteristic points
Output value outPoint Point2D