BIMHome v1.0.0
BIMHome接口文档说明

◆ getChildPositionExpressRelativeMainView()

virtual std::string getChildPositionExpressRelativeMainView ( double  xCoeViewPostion,
double  xCoeViewBoundingbox,
double  xConstant,
double  yCoeViewPostion,
double  yCoeViewBoundingbox,
double  yConstant 
)
pure virtual

获取图注位置相对主视图位置计算表达式

获取图注位置相对主视图位置计算表达式 (xCoeViewPostion * pview->X.getValue() + xCoeViewBoundingbox * pview->getBoundingBox.lengthX() + xConstant; yCoeViewPostion * pview->Y.getValue() + yCoeViewBoundingbox * pview->getBoundingBox.lengthY() + yConstant)

参数
xCoeViewPostion:x方向主视图位置的系数
xCoeViewBoundingbox:x方向主视图边框的系数
xConstant:x方向常数项
yCoeViewPostion:y方向主视图位置的系数
yCoeViewBoundingbox:y方向主视图边框的系数
yConstant:y方向常数项
返回
: 表达式