添加项目文件。
This commit is contained in:
13
MstnAPIAssist/Native/CElementHelper.h
Normal file
13
MstnAPIAssist/Native/CElementHelper.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include <Mstn/MdlApi/MdlApi.h>
|
||||
|
||||
class CElementHelper
|
||||
{
|
||||
public:
|
||||
void CreateLineElement(DPoint3dCP pStartPoint, DPoint3dCP pEndPoint);
|
||||
void CreateLineStringElement(DPoint3dCP pPoints, int pointCount);
|
||||
void CreateCurveElement(CurveVectorCP pCurveVector);
|
||||
void BodyFromLoft(CurveVectorPtr* pCurveVectorPtr, int profileCount, DgnModelRefP pDgnModelRef);
|
||||
void ShowMessage(WCharCP message);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user