public class CadShape extends CadBaseExtrudedEntity
The Cad surface.
Constructor and Description |
---|
CadShape()
Initializes a new instance of the
CadShape class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
String |
getName()
Gets or sets the name.
|
double |
getObliqueAngle()
Gets or sets the oblique angle.
|
double |
getRotationAngle()
Gets or sets the rotation angle.
|
double |
getSize()
Gets or sets the size.
|
double |
getThickness()
Gets or sets the thickness.
|
double |
getXScale()
Gets or sets the x scale.
|
void |
setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setObliqueAngle(double value)
Gets or sets the oblique angle.
|
void |
setRotationAngle(double value)
Gets or sets the rotation angle.
|
void |
setSize(double value)
Gets or sets the size.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
void |
setXScale(double value)
Gets or sets the x scale.
|
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 Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
public void setInsertionPoint(Cad3DPoint value)
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 getObliqueAngle()
Gets or sets the oblique angle.
public void setObliqueAngle(double value)
Gets or sets the oblique angle.
public double getRotationAngle()
Gets or sets the rotation angle.
public void setRotationAngle(double value)
Gets or sets the rotation angle.
public double getSize()
Gets or sets the size.
public void setSize(double value)
Gets or sets the size.
public double getThickness()
Gets or sets the thickness.
public void setThickness(double value)
Gets or sets the thickness.
public double getXScale()
Gets or sets the x scale.
public void setXScale(double value)
Gets or sets the x scale.