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.
|
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 CadDiametricDimension()
Initializes a new instance of the CadDiametricDimension 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.