3#include "SNAPFeatureBase.h"
4#include "DefinitionGUISNAP.h"
12 class FL_EXPORT CSNAPFeatureFLPoint3 :
public CSNAPFeatureBase
14 SupportToDuplicateObject(CSNAPFeatureFLPoint3<T>, *
this);
17 CSNAPFeatureFLPoint3();
18 CSNAPFeatureFLPoint3(
const CSNAPFeatureFLPoint3& rhs);
19 CSNAPFeatureFLPoint3(
const CSNAPFeatureFLPoint3* pRhs);
20 virtual ~CSNAPFeatureFLPoint3();
22 virtual const CResult
Assign(
const CSNAPFeatureFLPoint3& rhs);
23 virtual const CResult
Assign(
const CSNAPFeatureFLPoint3* pRhs);
25 virtual const CResult
Clear()
override;
27 virtual const CResult SetFigure(
const Foundation::CFLFigure* pFlfFigure);
28 virtual Foundation::CFLPoint3<T>* GetFigure()
const;
30 virtual EDefinedParameterType GetParameterType()
const;
32 DeclareGetClassType();
35 Foundation::CFLPoint3<T> m_flpObject;
@ Assign
CGUIPropertyItemView3DFigure 의 값을 해당 도형으로 설정하는 함수