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 |
---|---|
Double |
getBackClippingPlaneDistance()
Gets or sets the back clipping plane distance.
|
short |
getBackClippingPlaneFlag()
Gets or sets the back clipping plane flag.
|
short |
getDisplayEnabledFlag()
Gets or sets the display enabled flag.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
Double |
getFrontClippingPlaneDistance()
Gets or sets the front clipping plane distance.
|
short |
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.
|
short |
getPointsNumber()
Gets or sets the points number.
|
List<Double> |
getTransformationMatrices()
Gets or sets the transformation matrices.
|
void |
setBackClippingPlaneDistance(Double value)
Gets or sets the back clipping plane distance.
|
void |
setBackClippingPlaneFlag(short value)
Gets or sets the back clipping plane flag.
|
void |
setDisplayEnabledFlag(short value)
Gets or sets the display enabled flag.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setFrontClippingPlaneDistance(Double value)
Gets or sets the front clipping plane distance.
|
void |
setFrontClippingPlaneFlag(short 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(short value)
Gets or sets the points number.
|
void |
setTransformationMatrices(List<Double> value)
Gets or sets the transformation matrices.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadSpatialFilter()
Initializes a new instance of the CadSpatialFilter
class.
public final Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
public final void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
value
- The extrusion direction.public final short getPointsNumber()
Gets or sets the points number.
public final void setPointsNumber(short value)
Gets or sets the points number.
value
- The points number.public final List<Cad2DPoint> getPointDefinitions()
Gets or sets the point definitions.
public final void setPointDefinitions(List<Cad2DPoint> value)
Gets or sets the point definitions.
value
- The point definitions.public final Cad3DPoint getLocalCoordinateSystem()
Gets or sets the local coordinate system.
public final void setLocalCoordinateSystem(Cad3DPoint value)
Gets or sets the local coordinate system.
value
- The local coordinate system.public final short getDisplayEnabledFlag()
Gets or sets the display enabled flag.
public final void setDisplayEnabledFlag(short value)
Gets or sets the display enabled flag.
value
- The display enabled flag.public final short getFrontClippingPlaneFlag()
Gets or sets the front clipping plane flag.
public final void setFrontClippingPlaneFlag(short value)
Gets or sets the front clipping plane flag.
value
- The front clipping plane flag.public final Double getFrontClippingPlaneDistance()
Gets or sets the front clipping plane distance.
public final void setFrontClippingPlaneDistance(Double value)
Gets or sets the front clipping plane distance.
value
- The front clipping plane distance.public final short getBackClippingPlaneFlag()
Gets or sets the back clipping plane flag.
public final void setBackClippingPlaneFlag(short value)
Gets or sets the back clipping plane flag.
value
- The back clipping plane flag.public final Double getBackClippingPlaneDistance()
Gets or sets the back clipping plane distance.
public final void setBackClippingPlaneDistance(Double value)
Gets or sets the back clipping plane distance.
value
- The back clipping plane distance.public final List<Double> getTransformationMatrices()
Gets or sets the transformation matrices.