public class CadSolid extends CadBaseEntity
Class describing CadSolid
Constructor and Description |
---|
CadSolid()
Initializes a new instance of the
CadSolid class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
Cad3DPoint |
getFirstCorner()
Gets or sets the first corner.
|
Cad3DPoint |
getFourthCorner()
Gets or sets the fourth corner.
|
Cad3DPoint |
getSecondCorner()
Gets or sets the second corner.
|
double |
getThickness()
Gets or sets the thickness.
|
Cad3DPoint |
getThirdCorner()
Gets or sets the third corner.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setFirstCorner(Cad3DPoint value)
Gets or sets the first corner.
|
void |
setFourthCorner(Cad3DPoint value)
Gets or sets the fourth corner.
|
void |
setSecondCorner(Cad3DPoint value)
Gets or sets the second corner.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
void |
setThirdCorner(Cad3DPoint value)
Gets or sets the third corner.
|
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 getExtrusionDirection()
Gets or sets the extrusion direction.
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
value
- The extrusion direction.public Cad3DPoint getFirstCorner()
Gets or sets the first corner.
public void setFirstCorner(Cad3DPoint value)
Gets or sets the first corner.
value
- The first corner.public Cad3DPoint getFourthCorner()
Gets or sets the fourth corner.
public void setFourthCorner(Cad3DPoint value)
Gets or sets the fourth corner.
value
- The fourth corner.public Cad3DPoint getSecondCorner()
Gets or sets the second corner.
public void setSecondCorner(Cad3DPoint value)
Gets or sets the second corner.
value
- The second corner.public double getThickness()
Gets or sets the thickness.
public void setThickness(double value)
Gets or sets the thickness.
value
- The thickness.public Cad3DPoint getThirdCorner()
Gets or sets the third corner.
public void setThirdCorner(Cad3DPoint value)
Gets or sets the third corner.
value
- The third corner.