|
ENTITY cartesian_transformation_operator SUPERTYPE OF (ONEOF (cartesian_transformation_operator_2d, cartesian_transformation_operator_3d)) SUBTYPE OF (geometric_representation_item, functionally_defined_transformation); axis1 : OPTIONAL direction; axis2 : OPTIONAL direction; local_origin : cartesian_point; scale : OPTIONAL REAL; DERIVE scl : REAL := NVL(scale, 1.0); WHERE WR1: scl > 0.0; END_ENTITY; -- cartesian_transformation_operator |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; functionally_defined_transformation name: label; (OPT) description: text; cartesian_transformation_operator (OPT) axis1: direction; (OPT) axis2: direction; local_origin: cartesian_point; (OPT) scale: REAL; (DER) scl: REAL; |
| cartesian_transformation_operator_2d (geometry_schema) |
| cartesian_transformation_operator_3d (geometry_schema) |
Global rules for this entity data type- |