public class CadRadialDimension extends CadDimensionBase
The Cad radial dimension. NOTE: This class is an exact copy of CadDiametricDimension except sublcass name
| Constructor and Description | 
|---|
| CadRadialDimension()
 Initializes a new instance of the  CadRadialDimensionclass. | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getLeaderLength()
 Gets or sets the leader length. | 
| Cad3DPoint | getRadiusDefinitionPoint()
 Gets or sets the radius definition point. | 
| int | getTypeName()
 Gets the name of the type. | 
| 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, 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, setVersionNumbergetBounds, 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, setXDirMissingFlaggetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadRadialDimension()
 Initializes a new instance of the CadRadialDimension class.
 
public int getTypeName()
Gets the name of the type.
getTypeName in class CadDimensionBasepublic final double getLeaderLength()
Gets or sets the leader length.
public final void setLeaderLength(double value)
Gets or sets the leader length.
public final Cad3DPoint getRadiusDefinitionPoint()
Gets or sets the radius definition point.
public final void setRadiusDefinitionPoint(Cad3DPoint value)
Gets or sets the radius definition point.