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 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) |
void |
setColumnSpacing(double value) |
void |
setFlags(short value) |
void |
setName(String value) |
void |
setRotationAngle(double value) |
void |
setRowCount(short value) |
void |
setRowSpacing(double value) |
void |
setScaleX(double value) |
void |
setScaleY(double value) |
void |
setScaleZ(double value) |
getExtrusionDirection, mergeProperties_internalized, setExtrusionDirection
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, 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)
public double getColumnSpacing()
Gets or sets the column spacing.
public void setColumnSpacing(double value)
public short getFlags()
Gets or sets the flags.
public void setFlags(short value)
public Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
public String getName()
Gets or sets the name.
public void setName(String value)
public double getRotationAngle()
Gets or sets the rotation angle.
public void setRotationAngle(double value)
public short getRowCount()
Gets or sets the row count.
public void setRowCount(short value)
public double getRowSpacing()
Gets or sets the row spacing.
public void setRowSpacing(double value)
public double getScaleX()
Gets or sets the scale x.
public void setScaleX(double value)
public double getScaleY()
Gets or sets the scale y.
public void setScaleY(double value)
public double getScaleZ()
Gets or sets the scale z.
public void setScaleZ(double value)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.