ENTITY coordinate
(* SCHEMA iges_types_schema; *)
ENTITY coordinate;
x : REAL;
y : REAL;
z : OPTIONAL REAL;
END_ENTITY;
Explicit Attributes
Entity coordinate has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
x | REAL | coordinate |
y | REAL | coordinate |
z | REAL | coordinate |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity coordinate and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00