public class CadWipeoutBase extends CadBaseEntity
The Cad wipeout.
Constructor and Description |
---|
CadWipeoutBase()
Initializes a new instance of the
CadWipeoutBase class. |
Modifier and Type | Method and Description |
---|---|
int |
getClassVersion()
Gets or sets the class version.
|
List<Cad2DPoint> |
getClipBoundaries()
Gets or sets the clip boundaries.
|
int |
getClipBoundariesCount()
Gets or sets the clip boundaries count.
|
short |
getClippingBoundaryType()
Gets or sets the type of the clipping boundary.
|
short |
getClippingState()
Gets or sets the clipping state.
|
short |
getFade()
Gets or sets the fade.
|
String |
getImageDefReactorReference()
Gets or sets the image def reactor reference.
|
String |
getImageDefReference()
Gets or sets the image def reference.
|
short |
getImageDisplayProp()
Gets or sets the image display prop.
|
Cad2DPoint |
getImageSizeInPixels()
Gets or sets the image size in pixels.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
int |
getTypeName()
Gets the name of the type.
|
Cad3DPoint |
getVectorU()
Gets or sets the vector u.
|
Cad3DPoint |
getVectorV()
Gets or sets the vector v.
|
short |
getWipeoutBrightness()
Gets or sets the wipeout brightness.
|
short |
getWipeoutContrast()
Gets or sets the contrast.
|
void |
setClassVersion(int value)
Gets or sets the class version.
|
void |
setClipBoundaries(List<Cad2DPoint> value)
Gets or sets the clip boundaries.
|
void |
setClipBoundariesCount(int value)
Gets or sets the clip boundaries count.
|
void |
setClippingBoundaryType(short value)
Gets or sets the type of the clipping boundary.
|
void |
setClippingState(short value)
Gets or sets the clipping state.
|
void |
setFade(short value)
Gets or sets the fade.
|
void |
setImageDefReactorReference(String value)
Gets or sets the image def reactor reference.
|
void |
setImageDefReference(String value)
Gets or sets the image def reference.
|
void |
setImageDisplayProp(short value)
Gets or sets the image display prop.
|
void |
setImageSizeInPixels(Cad2DPoint value)
Gets or sets the image size in pixels.
|
void |
setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
|
void |
setVectorU(Cad3DPoint value)
Gets or sets the vector u.
|
void |
setVectorV(Cad3DPoint value)
Gets or sets the vector v.
|
void |
setWipeoutBrightness(short value)
Gets or sets the wipeout brightness.
|
void |
setWipeoutContrast(short value)
Gets or sets the contrast.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadWipeoutBase()
Initializes a new instance of the CadWipeoutBase
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public short getClippingBoundaryType()
Gets or sets the type of the clipping boundary.
public void setClippingBoundaryType(short value)
Gets or sets the type of the clipping boundary.
value
- The type of the clipping boundary.public short getWipeoutBrightness()
Gets or sets the wipeout brightness.
public void setWipeoutBrightness(short value)
Gets or sets the wipeout brightness.
value
- The wipeout brightness.public int getClassVersion()
Gets or sets the class version.
public void setClassVersion(int value)
Gets or sets the class version.
public final List<Cad2DPoint> getClipBoundaries()
Gets or sets the clip boundaries.
public final void setClipBoundaries(List<Cad2DPoint> value)
Gets or sets the clip boundaries.
public int getClipBoundariesCount()
Gets or sets the clip boundaries count.
public void setClipBoundariesCount(int value)
Gets or sets the clip boundaries count.
public short getClippingState()
Gets or sets the clipping state.
public void setClippingState(short value)
Gets or sets the clipping state.
public short getWipeoutContrast()
Gets or sets the contrast.
public void setWipeoutContrast(short value)
Gets or sets the contrast.
public short getFade()
Gets or sets the fade.
public void setFade(short value)
Gets or sets the fade.
public String getImageDefReactorReference()
Gets or sets the image def reactor reference.
public void setImageDefReactorReference(String value)
Gets or sets the image def reactor reference.
public String getImageDefReference()
Gets or sets the image def reference.
public void setImageDefReference(String value)
Gets or sets the image def reference.
public short getImageDisplayProp()
Gets or sets the image display prop.
public void setImageDisplayProp(short value)
Gets or sets the image display prop.
public Cad2DPoint getImageSizeInPixels()
Gets or sets the image size in pixels.
public void setImageSizeInPixels(Cad2DPoint value)
Gets or sets the image size in pixels.
public Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
public void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
public Cad3DPoint getVectorU()
Gets or sets the vector u.
public void setVectorU(Cad3DPoint value)
Gets or sets the vector u.
public Cad3DPoint getVectorV()
Gets or sets the vector v.
public void setVectorV(Cad3DPoint value)
Gets or sets the vector v.