public class CadInsertObject extends CadBaseExtrudedEntity
The Cad insert object.
Constructor and Description |
---|
CadInsertObject()
Initializes a new instance of the
CadInsertObject class. |
Modifier and Type | Method and Description |
---|---|
short |
getColumnCount()
Gets or sets the column count.
|
double |
getColumnSpacing()
Gets or sets the column spacing.
|
short |
getFlags()
Gets or sets the flags.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
String |
getName()
Gets or sets the name.
|
double |
getRotationAngle()
Gets or sets the rotation angle.
|
short |
getRowCount()
Gets or sets the row count.
|
double |
getRowSpacing()
Gets or sets the row spacing.
|
double |
getScaleX()
Gets or sets the scale x.
|
double |
getScaleY()
Gets or sets the scale y.
|
double |
getScaleZ()
Gets or sets the scale z.
|
void |
setColumnCount(short value)
Gets or sets the column count.
|
void |
setColumnSpacing(double value)
Gets or sets the column spacing.
|
void |
setFlags(short value)
Gets or sets the flags.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setRotationAngle(double value)
Gets or sets the rotation angle.
|
void |
setRowCount(short value)
Gets or sets the row count.
|
void |
setRowSpacing(double value)
Gets or sets the row spacing.
|
void |
setScaleX(double value)
Gets or sets the scale x.
|
void |
setScaleY(double value)
Gets or sets the scale y.
|
void |
setScaleZ(double value)
Gets or sets the scale z.
|
getExtrusionDirection, setExtrusionDirection
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadInsertObject()
Initializes a new instance of the CadInsertObject
class.
public short getColumnCount()
Gets or sets the column count.
public void setColumnCount(short value)
Gets or sets the column count.
public double getColumnSpacing()
Gets or sets the column spacing.
public void setColumnSpacing(double value)
Gets or sets the column spacing.
public short getFlags()
Gets or sets the flags.
public void setFlags(short value)
Gets or sets the flags.
public Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
public double getRotationAngle()
Gets or sets the rotation angle.
public void setRotationAngle(double value)
Gets or sets the rotation angle.
public short getRowCount()
Gets or sets the row count.
public void setRowCount(short value)
Gets or sets the row count.
public double getRowSpacing()
Gets or sets the row spacing.
public void setRowSpacing(double value)
Gets or sets the row spacing.
public double getScaleX()
Gets or sets the scale x.
public void setScaleX(double value)
Gets or sets the scale x.
public double getScaleY()
Gets or sets the scale y.
public void setScaleY(double value)
Gets or sets the scale y.
public double getScaleZ()
Gets or sets the scale z.
public void setScaleZ(double value)
Gets or sets the scale z.