|
ENTITY point SUPERTYPE OF (ONEOF (cartesian_point, point_on_curve, point_on_surface, point_in_volume, point_replica, degenerate_pcurve)) SUBTYPE OF (geometric_representation_item); END_ENTITY; -- point |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; point - |
| cartesian_point (GEOMETRY_SCHEMA) |
| degenerate_pcurve (GEOMETRY_SCHEMA) |
| fea_parametric_point (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA) |
| implicit_point_on_plane (SKETCH_SCHEMA) |
| point_in_volume (GEOMETRY_SCHEMA) |
| point_on_curve (GEOMETRY_SCHEMA) |
| point_on_surface (GEOMETRY_SCHEMA) |
| point_replica (GEOMETRY_SCHEMA) |
Global rules for this entity data type- |
public interface EPoint extends EGeometric_representation_item |
public class CPoint implements EPoint |
public class APoint extends AEntitypublic EPoint getByIndex(int index)public EPoint getCurrentMember(SdaiIterator it) |