public class CadRotatedDimension extends CadAlignedDimension
The Cad rotated dimension.
| Constructor and Description |
|---|
CadRotatedDimension()
Initializes a new instance of the
CadRotatedDimension class. |
| Modifier and Type | Method and Description |
|---|---|
double |
getExtensionLineAngle()
Gets or sets the extension line angle.
|
double |
getRotationAngle()
Gets or sets the rotation angle.
|
void |
setExtensionLineAngle(double value)
Gets or sets the extension line angle.
|
void |
setRotationAngle(double value)
Gets or sets the rotation angle.
|
getDefinitionPoint1, getDefinitionPoint2, getInsertionPoint, setDefinitionPoint1, setDefinitionPoint2, setInsertionPointgetActualMeasurement, getAttachmentType, getBlockName, getBlockTranslationVector, getDefinitionPoint, getDimensionTextLineSpacingFactor, getDimensionType, getDimensionTypeObject, getHorizontalDirection, getMiddleTextLocation, getStyleName, getText, getTextLineSpacing, getTextRotationAngle, getTypeOfDimension, getVersionNumber, isSingleUse, isUserDimension, isXOrdinate, isYordinate, setActualMeasurement, setAttachmentType, setBlockName, setBlockTranslationVector, setDefinitionPoint, setDimensionTextLineSpacingFactor, setDimensionType, setHorizontalDirection, setMiddleTextLocation, setStyleName, setText, setTextLineSpacing, setTextRotationAngle, setVersionNumbergetExtrusionDirection, setExtrusionDirectiongetAttribute160, 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, setVisiblegetHardOwner, getSoftOwner, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainerpublic CadRotatedDimension()
Initializes a new instance of the CadRotatedDimension class.
public double getRotationAngle()
Gets or sets the rotation angle.
public void setRotationAngle(double value)
Gets or sets the rotation angle.
public double getExtensionLineAngle()
Gets or sets the extension line angle.
public void setExtensionLineAngle(double value)
Gets or sets the extension line angle.
value - The extension line angle.