public class CadRadialDimension extends CadDimensionBase
The Cad radial dimension. NOTE: This class is an exact copy of CadDiametricDimension except sublcass name
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadRadialDimension()
Initializes a new instance of the
CadRadialDimension 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 |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
void |
setLeaderLength(double value)
Gets or sets the leader length.
|
void |
setRadiusDefinitionPoint(Cad3DPoint value)
Gets or sets the radius definition point.
|
getActualMeasurement, getAttachmentType, getBlockName, getDefinitionPoint, getDimensionTextLineSpacingFactor, getDimensionType, getHorizontalDirection, getMiddleTextLocation, getStyleName, getText, getTextLineSpacing, getTextRotationAngle, isSingleUse, isUserDimension, isXOrdinate, isYordinate, setActualMeasurement, setAttachmentType, setBlockName, setDefinitionPoint, setDimensionTextLineSpacingFactor, setDimensionType, setHorizontalDirection, setMiddleTextLocation, setStyleName, setText, setTextLineSpacing, setTextRotationAngle
getExtrusionDirection, setExtrusionDirection
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadRadialDimension()
Initializes a new instance of the CadRadialDimension
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.
public void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
mergeProperties_internalized
in class CadDimensionBase
sourceObject
- The source object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.