Initial JointsService and Snap implementation
This is incomplete and some issues need to be fixed
This commit is contained in:
13
src/include/DataModelV2/JointsService.h
Normal file
13
src/include/DataModelV2/JointsService.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "Instance.h"
|
||||
#include "PartInstance.h"
|
||||
|
||||
class JointsService:
|
||||
public Instance
|
||||
{
|
||||
public:
|
||||
JointsService(void);
|
||||
~JointsService(void);
|
||||
void createSnap(PartInstance* Part1, PartInstance* Part2);
|
||||
void destroyPartSnap(PartInstance* Part);
|
||||
};
|
||||
Reference in New Issue
Block a user