ENTITY tangent_plane SUBTYPE OF (tangent_armx); DERIVE SELF\shape_aspect.description : text := 'plane'; WHERE wr1: NOT('DIMENSION_TOLERANCE_XIM.ASSOCIATED_SHAPE_ELEMENT' IN TYPEOF(SELF)) OR ('GEOMETRY_SCHEMA.PLANE' IN TYPEOF(SELF\item_identified_representation_usage.identified_item)); END_ENTITY; -- tangent_plane |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; derived_shape_aspect (INV) deriving_relationships: SET [1:?] OF shape_aspect_deriving_relationship FOR relating_shape_aspect; derived_shape_element derived_from: SET [1:?] OF shape_aspect; tangent - tangent_armx - tangent_plane (RT) (DER) description: text; |
Global rules for this entity data type- |
public interface ETangent_plane extends ETangent_armx |
public class CTangent_plane implements ETangent_planestatic EAttribute attributeDescription(ETangent_plane type) |
public class ATangent_plane extends AEntitypublic ETangent_plane getByIndex(int index)public ETangent_plane getCurrentMember(SdaiIterator it) |