public class CadAlignedDimension extends CadDimensionBase
The Cad aligned dimension.
| Constructor and Description |
|---|
CadAlignedDimension()
Initializes a new instance of the
CadAlignedDimension class. |
| Modifier and Type | Method and Description |
|---|---|
Cad3DPoint |
getDefinitionPoint1()
Gets or sets the definition point1.
|
Cad3DPoint |
getDefinitionPoint2()
Gets or sets the definition point2.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
void |
setDefinitionPoint1(Cad3DPoint value)
Gets or sets the definition point1.
|
void |
setDefinitionPoint2(Cad3DPoint value)
Gets or sets the definition point2.
|
void |
setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
|
getActualMeasurement, 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 CadAlignedDimension()
Initializes a new instance of the CadAlignedDimension class.
public Cad3DPoint getDefinitionPoint1()
Gets or sets the definition point1.
public void setDefinitionPoint1(Cad3DPoint value)
Gets or sets the definition point1.
value - The definition point1.public Cad3DPoint getDefinitionPoint2()
Gets or sets the definition point2.
public void setDefinitionPoint2(Cad3DPoint value)
Gets or sets the definition point2.
value - The definition point2.public Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
public void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
value - The insertion point.