ENTITY angle_direction_reference SUBTYPE OF (representation_item_relationship, geometric_representation_item); SELF\representation_item_relationship.relating_representation_item : orientation_basis_select; SELF\representation_item_relationship.related_representation_item : angle_direction_reference_select; WHERE wr1: ((('PLY_ORIENTATION_SPECIFICATION_MIM.POINT_PATH' IN TYPEOF(related_representation_item)) AND ('PLY_ORIENTATION_SPECIFICATION_MIM.MIN_AND_MAJOR_PLY_ORIENTATION_BASIS' IN TYPEOF(relating_representation_item))) OR (NOT('PLY_ORIENTATION_SPECIFICATION_MIM.POINT_PATH' IN TYPEOF(related_representation_item)) AND ('GEOMETRY_SCHEMA.AXIS2_PLACEMENT_3D' IN TYPEOF(relating_representation_item)))); END_ENTITY; -- angle_direction_reference |
Entity data types and their attributesrepresentation_item_relationshipname: label; (OPT) description: text; relating_representation_item: representation_item; related_representation_item: representation_item; representation_item name: label; geometric_representation_item (DER) dim: dimension_count; angle_direction_reference (RT) relating_representation_item: orientation_basis_select; (RT) related_representation_item: angle_direction_reference_select; |
Global rules for this entity data type- |
public interface EAngle_direction_reference extends ERepresentation_item_relationship, EGeometric_representation_item |
public class CAngle_direction_reference implements EAngle_direction_reference |
public class AAngle_direction_reference extends AEntitypublic EAngle_direction_reference getByIndex(int index)public EAngle_direction_reference getCurrentMember(SdaiIterator it) |