public class CadSolid extends CadBaseExtrudedEntity
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.
|
int |
getTypeName()
Gets the name of the type.
|
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.
|
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 CadSolid()
Initializes a new instance of the CadSolid
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 Cad3DPoint getFirstCorner()
Gets or sets the first corner.
public final void setFirstCorner(Cad3DPoint value)
Gets or sets the first corner.
value
- The first corner.public final Cad3DPoint getFourthCorner()
Gets or sets the fourth corner.
public final void setFourthCorner(Cad3DPoint value)
Gets or sets the fourth corner.
value
- The fourth corner.public final Cad3DPoint getSecondCorner()
Gets or sets the second corner.
public final void setSecondCorner(Cad3DPoint value)
Gets or sets the second corner.
value
- The second corner.public final double getThickness()
Gets or sets the thickness.
public final void setThickness(double value)
Gets or sets the thickness.
value
- The thickness.public final Cad3DPoint getThirdCorner()
Gets or sets the third corner.
public final void setThirdCorner(Cad3DPoint value)
Gets or sets the third corner.
value
- The third corner.