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 |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
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.
|
int |
getTypeName()
Gets the name of the type.
|
double |
getXScale()
Gets or sets the x scale.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
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.
|
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 CadShape()
Initializes a new instance of the CadShape
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 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 getObliqueAngle()
Gets or sets the oblique angle.
public final void setObliqueAngle(double value)
Gets or sets the oblique angle.
public final double getRotationAngle()
Gets or sets the rotation angle.
public final void setRotationAngle(double value)
Gets or sets the rotation angle.
public final double getSize()
Gets or sets the size.
public final void setSize(double value)
Gets or sets the size.
public final double getThickness()
Gets or sets the thickness.
public final void setThickness(double value)
Gets or sets the thickness.
public final double getXScale()
Gets or sets the x scale.
public final void setXScale(double value)
Gets or sets the x scale.