BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
Base
GeometryCalculate
calcOffsetdata
calOffsetGeometry
GeometryCalculate
geometryPtrToSharePtr
geometryPtrToSharePtrOfList
isPointOnArc
rotationGeometryList
sharePtrToGeometrPtr
sharePtrToGeometrPtrOfList
~GeometryCalculate
◆
sharePtrToGeometrPtr()
static
Geometry
* sharePtrToGeometrPtr
(
std::shared_ptr<
Geometry
>
obj
)
static
将共享指针转换为裸指针
获取共享指针所管理的裸指针,不转移所有权。
参数
[in]
obj
std::shared_ptr<
Geometry
>
共享指针
返回
指向
Geometry
的裸指针