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.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
short |
getFlags()
Gets or sets the flags.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
String |
getName()
Gets or sets the name.
|
String |
getOriginalBlockName()
Name of the original referred dynamic block, or real block name if it's not originated from dynamic block
|
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.
|
int |
getTypeName()
Gets the name of the type.
|
void |
setColumnCount(short value)
Gets or sets the column count.
|
void |
setColumnSpacing(double value)
Gets or sets the column spacing.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setFlags(short value)
Gets or sets the flags.
|
void |
setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
|
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.
|
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 CadInsertObject()
Initializes a new instance of the CadInsertObject
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection
in class CadBaseExtrudedEntity
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection
in class CadBaseExtrudedEntity
public final short getColumnCount()
Gets or sets the column count.
public final void setColumnCount(short value)
Gets or sets the column count.
public final double getColumnSpacing()
Gets or sets the column spacing.
public final void setColumnSpacing(double value)
Gets or sets the column spacing.
public final short getFlags()
Gets or sets the flags.
public final void setFlags(short value)
Gets or sets the flags.
public final Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
public final void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
public final double getRotationAngle()
Gets or sets the rotation angle.
public final void setRotationAngle(double value)
Gets or sets the rotation angle.
public final short getRowCount()
Gets or sets the row count.
public final void setRowCount(short value)
Gets or sets the row count.
public final double getRowSpacing()
Gets or sets the row spacing.
public final void setRowSpacing(double value)
Gets or sets the row spacing.
public final double getScaleX()
Gets or sets the scale x.
public final void setScaleX(double value)
Gets or sets the scale x.
public final double getScaleY()
Gets or sets the scale y.
public final void setScaleY(double value)
Gets or sets the scale y.
public final double getScaleZ()
Gets or sets the scale z.
public final void setScaleZ(double value)
Gets or sets the scale z.
public final String getOriginalBlockName()
Name of the original referred dynamic block, or real block name if it's not originated from dynamic block