Creating the Circ data type

About this task

To create the Circ data type:

Procedure

  1. Choose Edit > Insert > Opaque Type and type the following information in the New Opaque Type wizard.
    Opaque type property Value
    Opaque type name Circ
    Server Implementation C
    Client Implementation None
    Define internal structure of opaque type to BladeSmith Yes
    Opaque type is fixed size Yes
    Internal members
    • Name: center, Type: Pnt, Array: 0
    • Name: radius, Type: mi_double_precision, Array: 0
    support routines Clear these options:
    • Text File Import/Export
    • Binary File Import/Export
    Keep these options checked:
    • Basic Text Input/Output
    • Binary Send/Receive With Client
    • Type Compare Support
    Object grant privileges Grant usage privileges
  2. Click Finish and then choose Project > Save to save your project.