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