|
ENTITY tetrahedron SUBTYPE OF (faceted_primitive); WHERE wr1: SIZEOF ( points ) = 4 ; wr2: above_plane ( points [ 1 ] , points [ 2 ] , points [ 3 ] , points [ 4 ] ) <> 0.0 ; END_ENTITY; -- tetrahedron |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; faceted_primitive points: LIST [4:?] OF UNIQUE cartesian_point; tetrahedron - |
Global rules for this entity data type- |
public interface ETetrahedron extends EFaceted_primitive |
public class CTetrahedron implements ETetrahedron |
public class ATetrahedron extends AEntitypublic ETetrahedron getByIndex(int index)public ETetrahedron getCurrentMember(SdaiIterator it) |