Importing the Point data type and IPoint interface
About this task
Because the Circle data type contains an element of Point type, you must have the definition of a Point type available within the Circle module project. You must also include the definition of the IPoint interface in the Circle module project. The interface informs BladeManager that the Point module is required by the Circle module.
To import the Point data type and the IPoint definitions interface into the Circle module project:
Procedure
- Open both the Point module project and the Circle module project.
- Click the Point module project window to make it active.
- In the folder User Defined Objects\Types\Opaque Types, select the Point data type.
- Choose
- Click the Circle module project window to make it active.
- Choose .BladeSmith copies the required references for the Point data type to the Imported Objects folder of the Circle project.
- Repeat steps 2 through 6, this time copying the IPoint interface from the User Defined Objects\Interfaces folder.
- Choose to save your project.