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 |
---|---|
Cad3DPoint |
getDefinitionPoint1()
Gets or sets the definition point1.
|
Cad3DPoint |
getDefinitionPoint2()
Gets or sets the definition point2.
|
Double |
getExtensionLineAngle()
Gets or sets the extension line angle.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
double |
getRotationAngle()
Gets or sets the rotation angle.
|
int |
getTypeName()
Gets the name of the type.
|
void |
setDefinitionPoint1(Cad3DPoint value)
Gets or sets the definition point1.
|
void |
setDefinitionPoint2(Cad3DPoint value)
Gets or sets the definition point2.
|
void |
setExtensionLineAngle(Double value)
Gets or sets the extension line angle.
|
void |
setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
|
void |
setRotationAngle(double value)
Gets or sets the rotation angle.
|
getActualMeasurement, getAttachmentType, getBlockName, getBlockTranslationVector, getDefinitionPoint, getDimensionTextLineSpacingFactor, getDimensionType, getExtrusionDirection, getHorizontalDirection, getMiddleTextLocation, getStyleName, getText, getTextLineSpacing, getTextRotationAngle, getTypeOfDimension, getVersionNumber, isSingleUse, isUserDimension, isXOrdinate, isYordinate, setActualMeasurement, setAttachmentType, setBlockName, setBlockTranslationVector, setDefinitionPoint, setDimensionTextLineSpacingFactor, setDimensionType, setExtrusionDirection, setHorizontalDirection, setMiddleTextLocation, setStyleName, setText, setTextLineSpacing, setTextRotationAngle, setTypeOfDimension, setVersionNumber
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 CadRotatedDimension()
Initializes a new instance of the CadRotatedDimension
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadAlignedDimension
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 getExtensionLineAngle()
Gets or sets the extension line angle.
public final void setExtensionLineAngle(Double value)
Gets or sets the extension line angle.
value
- The extension line angle.public Cad3DPoint getDefinitionPoint1()
Gets or sets the definition point1.
getDefinitionPoint1
in class CadAlignedDimension
public void setDefinitionPoint1(Cad3DPoint value)
Gets or sets the definition point1.
setDefinitionPoint1
in class CadAlignedDimension
value
- The definition point1.public Cad3DPoint getDefinitionPoint2()
Gets or sets the definition point2.
getDefinitionPoint2
in class CadAlignedDimension
public void setDefinitionPoint2(Cad3DPoint value)
Gets or sets the definition point2.
setDefinitionPoint2
in class CadAlignedDimension
value
- The definition point2.public Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
getInsertionPoint
in class CadAlignedDimension
public void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
setInsertionPoint
in class CadAlignedDimension
value
- The insertion point.