Packages

 

com.aspose.cad.fileformats.cad.cadobjects.hatch

Class CadEdgeBoundaryPath

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.hatch.CadEdgeBoundaryPath
    • Constructor Detail

      • CadEdgeBoundaryPath

        public CadEdgeBoundaryPath()
    • Method Detail

      • setObjects

        public final void setObjects(List<ICadBoundaryPathEntity> value)

        Gets or sets the objects.

        Parameters:
        value - The objects.
      • getNumberOfEdges

        public final int getNumberOfEdges()

        Gets or sets the number of edges.

        Returns:
        The number of edges.
      • setNumberOfEdges

        public final void setNumberOfEdges(int value)

        Gets or sets the number of edges.

        Parameters:
        value - The number of edges.
      • getEdgeTypes

        public final List<Short> getEdgeTypes()

        Gets or sets the edge types.

        Returns:
        The edge types.
      • setEdgeTypes

        public final void setEdgeTypes(List<Short> value)

        Gets or sets the edge types.

        Parameters:
        value - The edge types.