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, 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 CadDiametricDimension()
Initializes a new instance of the CadDiametricDimension
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadDimensionBase
public 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.