Packages

 

com.aspose.cad.fileformats.iges.drawables

Interface IDrawableProperties



  • public interface IDrawableProperties

    Interface for Non-geometric properties for geometric representations

    • Method Detail

      • getColor

        ColorRGB getColor()

        Color to represent geometry with

        Value: Null if no color specified, RGB color if specified
      • getLineThickness

        double getLineThickness()

        Line thickness in document's measurement units (i.e. same as geometry's units).

        Value: 0 if default thickness should be used
      • getVisible

        boolean getVisible()

        Visibility of geometry

        Value: True if visible, false if not
      • getUnitToMMRate

        double getUnitToMMRate()

        Rate of document's measurement units to millimeters

      • getLinePattern

        int getLinePattern()

        Line pattern to represent geometry with