public class CadSpatialFilter extends CadBaseObject
Class describing SPATIAL_FILTER object.
Constructor and Description |
---|
CadSpatialFilter()
Initializes a new instance of the
CadSpatialFilter class. |
Modifier and Type | Method and Description |
---|---|
CadDoubleParameter |
getBackClippingPlaneDistance()
Gets or sets the back clipping plane distance.
|
CadShortParameter |
getBackClippingPlaneFlag()
Gets or sets the back clipping plane flag.
|
CadShortParameter |
getDisplayEnabledFlag()
Gets or sets the display enabled flag.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
CadDoubleParameter |
getFrontClippingPlaneDistance()
Gets or sets the front clipping plane distance.
|
CadShortParameter |
getFrontClippingPlaneFlag()
Gets or sets the front clipping plane flag.
|
Cad3DPoint |
getLocalCoordinateSystem()
Gets or sets the local coordinate system.
|
List<Cad2DPoint> |
getPointDefinitions()
Gets or sets the point definitions.
|
CadShortParameter |
getPointsNumber()
Gets or sets the points number.
|
List<CadDoubleParameter> |
getTransformationMatrices()
Gets or sets the transformation matrices.
|
void |
setBackClippingPlaneDistance(CadDoubleParameter value)
Gets or sets the back clipping plane distance.
|
void |
setBackClippingPlaneFlag(CadShortParameter value)
Gets or sets the back clipping plane flag.
|
void |
setDisplayEnabledFlag(CadShortParameter value)
Gets or sets the display enabled flag.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setFrontClippingPlaneDistance(CadDoubleParameter value)
Gets or sets the front clipping plane distance.
|
void |
setFrontClippingPlaneFlag(CadShortParameter value)
Gets or sets the front clipping plane flag.
|
void |
setLocalCoordinateSystem(Cad3DPoint value)
Gets or sets the local coordinate system.
|
void |
setPointDefinitions(List<Cad2DPoint> value)
Gets or sets the point definitions.
|
void |
setPointsNumber(CadShortParameter value)
Gets or sets the points number.
|
void |
setTransformationMatrices(List<CadDoubleParameter> value)
Gets or sets the transformation matrices.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadSpatialFilter()
Initializes a new instance of the CadSpatialFilter
class.
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
value
- The extrusion direction.public CadShortParameter getPointsNumber()
Gets or sets the points number.
public void setPointsNumber(CadShortParameter value)
Gets or sets the points number.
value
- The points number.public List<Cad2DPoint> getPointDefinitions()
Gets or sets the point definitions.
public void setPointDefinitions(List<Cad2DPoint> value)
Gets or sets the point definitions.
value
- The point definitions.public Cad3DPoint getLocalCoordinateSystem()
Gets or sets the local coordinate system.
public void setLocalCoordinateSystem(Cad3DPoint value)
Gets or sets the local coordinate system.
value
- The local coordinate system.public CadShortParameter getDisplayEnabledFlag()
Gets or sets the display enabled flag.
public void setDisplayEnabledFlag(CadShortParameter value)
Gets or sets the display enabled flag.
value
- The display enabled flag.public CadShortParameter getFrontClippingPlaneFlag()
Gets or sets the front clipping plane flag.
public void setFrontClippingPlaneFlag(CadShortParameter value)
Gets or sets the front clipping plane flag.
value
- The front clipping plane flag.public CadDoubleParameter getFrontClippingPlaneDistance()
Gets or sets the front clipping plane distance.
public void setFrontClippingPlaneDistance(CadDoubleParameter value)
Gets or sets the front clipping plane distance.
value
- The front clipping plane distance.public CadShortParameter getBackClippingPlaneFlag()
Gets or sets the back clipping plane flag.
public void setBackClippingPlaneFlag(CadShortParameter value)
Gets or sets the back clipping plane flag.
value
- The back clipping plane flag.public CadDoubleParameter getBackClippingPlaneDistance()
Gets or sets the back clipping plane distance.
public void setBackClippingPlaneDistance(CadDoubleParameter value)
Gets or sets the back clipping plane distance.
value
- The back clipping plane distance.public List<CadDoubleParameter> getTransformationMatrices()
Gets or sets the transformation matrices.
public void setTransformationMatrices(List<CadDoubleParameter> value)
Gets or sets the transformation matrices.
value
- The transformation matrices.