|
ENTITY curve SUPERTYPE OF (ONEOF (line, conic, clothoid, circular_involute, pcurve, surface_curve, offset_curve_2d, offset_curve_3d, curve_replica)) SUBTYPE OF (geometric_representation_item); END_ENTITY; -- curve |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; curve - |
| bounded_curve (GEOMETRY_SCHEMA) |
| circular_involute (GEOMETRY_SCHEMA) |
| clothoid (GEOMETRY_SCHEMA) |
| conic (GEOMETRY_SCHEMA) |
| curve_replica (GEOMETRY_SCHEMA) |
| implicit_planar_curve (SKETCH_SCHEMA) |
| line (GEOMETRY_SCHEMA) |
| offset_curve_2d (GEOMETRY_SCHEMA) |
| offset_curve_3d (GEOMETRY_SCHEMA) |
| pcurve (GEOMETRY_SCHEMA) |
| surface_curve (GEOMETRY_SCHEMA) |
| curve_subtypes (BASIC_CURVE_XIM) |
Global rules for this entity data typespline_curve_population_constraint (AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM) |
public interface ECurve extends EGeometric_representation_item |
public class CCurve implements ECurve |
public class ACurve extends AEntitypublic ECurve getByIndex(int index)public ECurve getCurrentMember(SdaiIterator it) |