|
ENTITY cartesian_transformation_operator_3d SUBTYPE OF (cartesian_transformation_operator); axis3 : OPTIONAL direction; DERIVE u : LIST [3:3] OF direction := base_axis(3,SELF\cartesian_transformation_operator.axis1, SELF\cartesian_transformation_operator.axis2,axis3); WHERE WR1: SELF\geometric_representation_item.dim = 3; END_ENTITY; -- cartesian_transformation_operator_3d |
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_3d (OPT) axis3: direction; (DER) u: LIST [3:3] OF direction; |
Global rules for this entity data type- |