BIMHome v1.0.0
BIMHome接口文档说明

◆ rotationGeometryList()

static void rotationGeometryList ( std::vector< std::shared_ptr< Base::Geometry > > &  geolist,
const Base::Vector3d center,
double  angle 
)
static

对几何对象列表进行旋转变换

以指定中心点为旋转中心,按给定弧度逆时针旋转所有几何对象。

参数
[in,out]geolist需要旋转的几何对象共享指针列表(就地修改)
[in]center旋转中心
[in]angle旋转角度(弧度,逆时针为正)