18#ifndef BIMHOMEBASE_ISHAPE_H
19#define BIMHOMEBASE_ISHAPE_H
22#include "Base/Placement.h"
26 class IDocumentObject;
virtual void setPlacement(const Base::Placement &placement)=0
设置形状的放置位置
virtual Base::Placement & getPlacement()=0
获取形状的放置位置
IShape 接口类,定义了形状的基本操作
Definition IShape.h:36
Placement 类,表示三维空间中的位置和旋转
Definition Placement.h:34
Definition BaseFigureFactory.h:28
Definition BaseFigureFactory.h:24