|
<NAME>
|
The
Name title indicates the exact string used to identify the Scheme data type.
ACIS provides Scheme data types (Scheme objects) specifically for use with
ACIS Scheme extensions, in addition to those native to the Scheme language.
|
|
|
Description:
|
The
Description field describes the data type and its use and its surrounding conditions.
|
|
|
Derivation:
|
The
Derivation field specifies the derivation of the Scheme data type. The data type described by this template is always listed on the left, followed by its parent, grandparent, etc. All data types are ultimately derived from the base type
scheme-object.
|
|
|
C++ Type:
|
The
C++ Type field indicates the exact string used to identify the
C++ class associated with this Scheme data type.
|
|
|
External Rep:
|
The
External Rep field indicates the exact string that is displayed in returned information to represent this data type. Each variable of the external representation is described.
|
|
|
Example:
|
The
Example field shows a Scheme example that illustrates the use of the data type. Comments are indicated by a single semicolon (;). Text returned by the extension is indicated by a double semicolon (;;). Refer to the
Scheme Extension Template description in the
3D ACIS Online Help User's Guide for more information on Scheme examples.
|