| 
ENTITY swept_curve_surface_geometric_constraint SUBTYPE OF (explicit_geometric_constraint); SELF\explicit_constraint.constrained_elements : SET [1:?] OF surface; SELF\explicit_constraint.reference_elements : SET [1:1] OF swept_surface_or_solid; END_ENTITY; -- swept_curve_surface_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; swept_curve_surface_geometric_constraint (RT) constrained_elements: SET [1:?] OF surface; (RT) reference_elements: SET [1:1] OF swept_surface_or_solid;  | 
Global rules for this entity data type- | 
public interface ESwept_curve_surface_geometric_constraint extends EExplicit_geometric_constraint | 
public class CSwept_curve_surface_geometric_constraint implements ESwept_curve_surface_geometric_constraint | 
public class ASwept_curve_surface_geometric_constraint extends AEntitypublic ESwept_curve_surface_geometric_constraint getByIndex(int index)public ESwept_curve_surface_geometric_constraint getCurrentMember(SdaiIterator it)  |