|
ENTITY coaxial_geometric_constraint SUBTYPE OF (explicit_geometric_constraint); SELF\explicit_constraint.constrained_elements : SET [1:?] OF axial_geometry_constraint_element; SELF\explicit_constraint.reference_elements : SET [0:1] OF axial_geometry_constraint_element; WHERE wr1: SIZEOF ( QUERY ( q <* SELF \ explicit_constraint . reference_elements | SIZEOF ( TYPEOF ( q ) * [ 'geometry_schema.point' , 'geometry_schema.plane' , 'geometry_schema.spherical_surface' , 'geometry_schema.sphere' ] ) > 0 ) ) = 0 ; END_ENTITY; -- coaxial_geometric_constraint |
Entity data types and their attributesrepresentation_itemname: label; variational_representation_item - explicit_constraint (OPT) description: text; constrained_elements: SET [1:?] OF representation_item; reference_elements: SET [0:?] OF representation_item; defined_constraint - geometric_representation_item (DER) dim: dimension_count; explicit_geometric_constraint (RT) constrained_elements: SET [1:?] OF geometric_representation_item; (RT) reference_elements: SET [0:?] OF geometric_representation_item; coaxial_geometric_constraint (RT) constrained_elements: SET [1:?] OF axial_geometry_constraint_element; (RT) reference_elements: SET [0:1] OF axial_geometry_constraint_element; |
Global rules for this entity data type- |
public interface ECoaxial_geometric_constraint extends EExplicit_geometric_constraint |
public class CCoaxial_geometric_constraint implements ECoaxial_geometric_constraint |
public class ACoaxial_geometric_constraint extends AEntitypublic ECoaxial_geometric_constraint getByIndex(int index)public ECoaxial_geometric_constraint getCurrentMember(SdaiIterator it) |