Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadSpatialFilter



  • public class CadSpatialFilter
    extends CadBaseObject

    Class describing SPATIAL_FILTER object.

    • Constructor Detail

      • CadSpatialFilter

        public CadSpatialFilter()

        Initializes a new instance of the CadSpatialFilter class.

    • Method Detail

      • getExtrusionDirection

        public final Cad3DPoint getExtrusionDirection()

        Gets or sets the extrusion direction.

        Returns:
        The extrusion direction.
      • setExtrusionDirection

        public final void setExtrusionDirection(Cad3DPoint value)

        Gets or sets the extrusion direction.

        Parameters:
        value - The extrusion direction.
      • getPointsNumber

        public final short getPointsNumber()

        Gets or sets the points number.

        Returns:
        The points number.
      • setPointsNumber

        public final void setPointsNumber(short value)

        Gets or sets the points number.

        Parameters:
        value - The points number.
      • getPointDefinitions

        public final List<Cad2DPoint> getPointDefinitions()

        Gets or sets the point definitions.

        Returns:
        The point definitions.
      • setPointDefinitions

        public final void setPointDefinitions(List<Cad2DPoint> value)

        Gets or sets the point definitions.

        Parameters:
        value - The point definitions.
      • getLocalCoordinateSystem

        public final Cad3DPoint getLocalCoordinateSystem()

        Gets or sets the local coordinate system.

        Returns:
        The local coordinate system.
      • setLocalCoordinateSystem

        public final void setLocalCoordinateSystem(Cad3DPoint value)

        Gets or sets the local coordinate system.

        Parameters:
        value - The local coordinate system.
      • getDisplayEnabledFlag

        public final short getDisplayEnabledFlag()

        Gets or sets the display enabled flag.

        Returns:
        The display enabled flag.
      • setDisplayEnabledFlag

        public final void setDisplayEnabledFlag(short value)

        Gets or sets the display enabled flag.

        Parameters:
        value - The display enabled flag.
      • getFrontClippingPlaneFlag

        public final short getFrontClippingPlaneFlag()

        Gets or sets the front clipping plane flag.

        Returns:
        The front clipping plane flag.
      • setFrontClippingPlaneFlag

        public final void setFrontClippingPlaneFlag(short value)

        Gets or sets the front clipping plane flag.

        Parameters:
        value - The front clipping plane flag.
      • getFrontClippingPlaneDistance

        public final Double getFrontClippingPlaneDistance()

        Gets or sets the front clipping plane distance.

        Returns:
        The front clipping plane distance.
      • setFrontClippingPlaneDistance

        public final void setFrontClippingPlaneDistance(Double value)

        Gets or sets the front clipping plane distance.

        Parameters:
        value - The front clipping plane distance.
      • getBackClippingPlaneFlag

        public final short getBackClippingPlaneFlag()

        Gets or sets the back clipping plane flag.

        Returns:
        The back clipping plane flag.
      • setBackClippingPlaneFlag

        public final void setBackClippingPlaneFlag(short value)

        Gets or sets the back clipping plane flag.

        Parameters:
        value - The back clipping plane flag.
      • getBackClippingPlaneDistance

        public final Double getBackClippingPlaneDistance()

        Gets or sets the back clipping plane distance.

        Returns:
        The back clipping plane distance.
      • setBackClippingPlaneDistance

        public final void setBackClippingPlaneDistance(Double value)

        Gets or sets the back clipping plane distance.

        Parameters:
        value - The back clipping plane distance.
      • getTransformationMatrices

        public final List<Double> getTransformationMatrices()

        Gets or sets the transformation matrices.

        Returns:
        The transformation matrices.
      • setTransformationMatrices

        public final void setTransformationMatrices(List<Double> value)

        Gets or sets the transformation matrices.

        Parameters:
        value - The transformation matrices.