public class CadDiametricDimension extends CadDimensionBase
The Cad diameter dimension. NOTE: This class is an exact copy of CadRadialDimension except sublcass name
Constructor and Description |
---|
CadDiametricDimension()
Initializes a new instance of the
CadDiametricDimension class. |
Modifier and Type | Method and Description |
---|---|
double |
getLeaderLength()
Gets or sets the leader length.
|
Cad3DPoint |
getRadiusDefinitionPoint()
Gets or sets the radius definition point.
|
void |
setLeaderLength(double value)
Gets or sets the leader length.
|
void |
setRadiusDefinitionPoint(Cad3DPoint value)
Gets or sets the radius definition 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, setVersionNumber
getExtrusionDirection, setExtrusionDirection
getAttribute160, 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, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadDiametricDimension()
Initializes a new instance of the CadDiametricDimension
class.
public double getLeaderLength()
Gets or sets the leader length.
public void setLeaderLength(double value)
Gets or sets the leader length.
public Cad3DPoint getRadiusDefinitionPoint()
Gets or sets the radius definition point.
public void setRadiusDefinitionPoint(Cad3DPoint value)
Gets or sets the radius definition point.