Packages

 

com.aspose.cad.fileformats.cad.cadobjects

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 Cad3DPoint getExtrusionDirection()

        Gets or sets the extrusion direction.

        Returns:
        The extrusion direction.
      • setExtrusionDirection

        public void setExtrusionDirection(Cad3DPoint value)

        Gets or sets the extrusion direction.

        Parameters:
        value - The extrusion direction.
      • getPointsNumber

        public CadShortParameter getPointsNumber()

        Gets or sets the points number.

        Returns:
        The points number.
      • setPointsNumber

        public void setPointsNumber(CadShortParameter value)

        Gets or sets the points number.

        Parameters:
        value - The points number.
      • getPointDefinitions

        public List<Cad2DPoint> getPointDefinitions()

        Gets or sets the point definitions.

        Returns:
        The point definitions.
      • setPointDefinitions

        public void setPointDefinitions(List<Cad2DPoint> value)

        Gets or sets the point definitions.

        Parameters:
        value - The point definitions.
      • getLocalCoordinateSystem

        public Cad3DPoint getLocalCoordinateSystem()

        Gets or sets the local coordinate system.

        Returns:
        The local coordinate system.
      • setLocalCoordinateSystem

        public void setLocalCoordinateSystem(Cad3DPoint value)

        Gets or sets the local coordinate system.

        Parameters:
        value - The local coordinate system.
      • getDisplayEnabledFlag

        public CadShortParameter getDisplayEnabledFlag()

        Gets or sets the display enabled flag.

        Returns:
        The display enabled flag.
      • setDisplayEnabledFlag

        public void setDisplayEnabledFlag(CadShortParameter value)

        Gets or sets the display enabled flag.

        Parameters:
        value - The display enabled flag.
      • getFrontClippingPlaneFlag

        public CadShortParameter getFrontClippingPlaneFlag()

        Gets or sets the front clipping plane flag.

        Returns:
        The front clipping plane flag.
      • setFrontClippingPlaneFlag

        public void setFrontClippingPlaneFlag(CadShortParameter value)

        Gets or sets the front clipping plane flag.

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

        public CadDoubleParameter getFrontClippingPlaneDistance()

        Gets or sets the front clipping plane distance.

        Returns:
        The front clipping plane distance.
      • setFrontClippingPlaneDistance

        public void setFrontClippingPlaneDistance(CadDoubleParameter value)

        Gets or sets the front clipping plane distance.

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

        public CadShortParameter getBackClippingPlaneFlag()

        Gets or sets the back clipping plane flag.

        Returns:
        The back clipping plane flag.
      • setBackClippingPlaneFlag

        public void setBackClippingPlaneFlag(CadShortParameter value)

        Gets or sets the back clipping plane flag.

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

        public CadDoubleParameter getBackClippingPlaneDistance()

        Gets or sets the back clipping plane distance.

        Returns:
        The back clipping plane distance.
      • setBackClippingPlaneDistance

        public void setBackClippingPlaneDistance(CadDoubleParameter value)

        Gets or sets the back clipping plane distance.

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

        public List<CadDoubleParameter> getTransformationMatrices()

        Gets or sets the transformation matrices.

        Returns:
        The transformation matrices.
      • setTransformationMatrices

        public void setTransformationMatrices(List<CadDoubleParameter> value)

        Gets or sets the transformation matrices.

        Parameters:
        value - The transformation matrices.