public class CadAlignedDimension extends CadDimensionBase
The Cad aligned dimension.
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadAlignedDimension()
Initializes a new instance of the
CadAlignedDimension class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getDefinitionPoint1()
Gets or sets the definition point1.
|
Cad3DPoint |
getDefinitionPoint2()
Gets or sets the definition point2.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
void |
setDefinitionPoint1(Cad3DPoint value) |
void |
setDefinitionPoint2(Cad3DPoint value) |
void |
setInsertionPoint(Cad3DPoint value) |
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 CadAlignedDimension()
Initializes a new instance of the CadAlignedDimension
class.
public Cad3DPoint getDefinitionPoint1()
Gets or sets the definition point1.
Value: The definition point1.public void setDefinitionPoint1(Cad3DPoint value)
public Cad3DPoint getDefinitionPoint2()
Gets or sets the definition point2.
Value: The definition point2.public void setDefinitionPoint2(Cad3DPoint value)
public Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
Value: The insertion point.public void setInsertionPoint(Cad3DPoint value)
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.