|
ENTITY seam_curve SUBTYPE OF (surface_curve); WHERE wr1: SIZEOF ( SELF \ surface_curve . associated_geometry ) = 2 ; wr2: associated_surface ( SELF \ surface_curve . associated_geometry [ 1 ] ) = associated_surface ( SELF \ surface_curve . associated_geometry [ 2 ] ) ; wr3: 'geometry_schema.pcurve' IN TYPEOF ( SELF \ surface_curve . associated_geometry [ 1 ] ) ; wr4: 'geometry_schema.pcurve' IN TYPEOF ( SELF \ surface_curve . associated_geometry [ 2 ] ) ; END_ENTITY; -- seam_curve |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; curve - surface_curve curve_3d: curve; associated_geometry: LIST [1:2] OF pcurve_or_surface; master_representation: preferred_surface_curve_representation; (DER) basis_surface: SET [1:2] OF surface; seam_curve - |
Global rules for this entity data type- |
public interface ESeam_curve extends ESurface_curve |
public class CSeam_curve implements ESeam_curve |
public class ASeam_curve extends AEntitypublic ESeam_curve getByIndex(int index)public ESeam_curve getCurrentMember(SdaiIterator it) |