public class CadShape extends CadExtrudedEntityBase
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.
|
int |
getShapeIndex()
Gets or sets the shape index.
|
double |
getSize()
Gets or sets the size.
|
String |
getStyleHandle()
Gets or sets the style handle.
|
double |
getThickness()
Gets or sets the thickness.
|
CadEntityTypeName |
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 |
setShapeIndex(int value)
Gets or sets the shape index.
|
void |
setSize(double value)
Gets or sets the size.
|
void |
setStyleHandle(String value)
Gets or sets the style handle.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
void |
setXScale(double value)
Gets or sets the x scale.
|
getArea, getAssocViewPortHandle, getBounds, getChildObjects, getChilds, getColorHandle, getColorId, getColorName, getColorValue, getEntmode, getGroupHandle, getHyperlink, getId, getLayerName, getLayoutTabName, getLength, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isAssocViewPortHandleSet, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorHandle, setColorId, setColorName, setColorValue, setEntmode, setGroupHandle, setHyperlink, setId, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setNoLinks, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getNumreactors, getReactors, getSoftOwner, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadShape()
Initializes a new instance of the CadShape class.
public CadEntityTypeName getTypeName()
Gets the name of the type.
getTypeName in class CadEntityBasepublic Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection in class CadExtrudedEntityBasepublic void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection in class CadExtrudedEntityBasepublic 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.
public final int getShapeIndex()
Gets or sets the shape index.
public final void setShapeIndex(int value)
Gets or sets the shape index.
public final String getStyleHandle()
Gets or sets the style handle.
public final void setStyleHandle(String value)
Gets or sets the style handle.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.