public class CadRotatedDimension extends CadAlignedDimension
The Cad rotated dimension.
Parameters_internalized, typeName_internalized
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 |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
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, setInsertionPoint
getActualMeasurement, getAttachmentType, getBlockName, getDefinitionPoint, getDimensionTextLineSpacingFactor, getDimensionType, getHorizontalDirection, getMiddleTextLocation, getStyleName, getText, getTextLineSpacing, getTextRotationAngle, isSingleUse, isUserDimension, isXOrdinate, isYordinate, setActualMeasurement, setAttachmentType, setBlockName, setDefinitionPoint, setDimensionTextLineSpacingFactor, setDimensionType, setHorizontalDirection, setMiddleTextLocation, setStyleName, setText, setTextLineSpacing, setTextRotationAngle
getExtrusionDirection, setExtrusionDirection
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName_internalized, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public 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.
Value: The extension line angle.public void setExtensionLineAngle(double value)
Gets or sets the extension line angle.
Value: The extension line angle.public void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
mergeProperties_internalized
in class CadAlignedDimension
sourceObject
- The source object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.