Class Entity104_1_EllipticalArc


  • public class Entity104_1_EllipticalArc
    extends Entity104_ConicArc
    CONIC ARC ENTITY - ELLIPSE - This entity defines an ellipse or elliptical arc.

    This entity, when read from an IGES file, is converted to a NURBS curve of degree 2 (IGES type 126, Form 2, Degree 2). This entity type can not be written out to an IGES file.

    Modified by: Joseph A. Huwaldt

    Version:
    September 13, 2016
    Author:
    JDN, Version 1.0
    See Also:
    Entity104_ConicArc
    • Constructor Detail

      • Entity104_1_EllipticalArc

        public Entity104_1_EllipticalArc​(Part p,
                                         DirEntry de)
        Default constructor.
        Parameters:
        p - part to which this entity is contained
        de - Directory Entry for this entity
    • Method Detail

      • getTypeString

        public java.lang.String getTypeString()
        Returns a short String describing this Entity object's type.
        Specified by:
        getTypeString in class Entity
        Returns:
        A short String describing this Entity object's type.