public class Cad2LineAngularDimension extends CadDimensionBase
The Cad angle dimension.
Constructor and Description |
---|
Cad2LineAngularDimension()
Initializes a new instance of the
Cad2LineAngularDimension class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getAngularArcDefinitionPoint()
Gets or sets the angular arc definition point.
|
Cad3DPoint |
getDefinitionPoint1()
Gets or sets the definition point1.
|
Cad3DPoint |
getDefinitionPoint2()
Gets or sets the definition point2.
|
Cad3DPoint |
getRadiusDefinitionPoint()
Gets or sets the radius definition point.
|
void |
setAngularArcDefinitionPoint(Cad3DPoint value)
Gets or sets the angular arc definition point.
|
void |
setDefinitionPoint1(Cad3DPoint value)
Gets or sets the definition point1.
|
void |
setDefinitionPoint2(Cad3DPoint value)
Gets or sets the definition point2.
|
void |
setRadiusDefinitionPoint(Cad3DPoint value)
Gets or sets the radius definition point.
|
getActualMeasurement, getAttachmentType, getBlockName, getBlockTranslationVector, getDefinitionPoint, getDimensionTextLineSpacingFactor, getDimensionType, getDimensionTypeObject, getHorizontalDirection, getMiddleTextLocation, getStyleName, getText, getTextLineSpacing, getTextRotationAngle, getTypeOfDimension, getVersionNumber, isSingleUse, isUserDimension, isXOrdinate, isYordinate, setActualMeasurement, setAttachmentType, setBlockName, setBlockTranslationVector, setDefinitionPoint, setDimensionTextLineSpacingFactor, setDimensionType, setHorizontalDirection, setMiddleTextLocation, setStyleName, setText, setTextLineSpacing, setTextRotationAngle, setVersionNumber
getExtrusionDirection, setExtrusionDirection
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public Cad2LineAngularDimension()
Initializes a new instance of the Cad2LineAngularDimension
class.
public Cad3DPoint getAngularArcDefinitionPoint()
Gets or sets the angular arc definition point.
public void setAngularArcDefinitionPoint(Cad3DPoint value)
Gets or sets the angular arc definition point.
value
- The angular arc definition point.public Cad3DPoint getDefinitionPoint1()
Gets or sets the definition point1.
public void setDefinitionPoint1(Cad3DPoint value)
Gets or sets the definition point1.
value
- The definition point1.public Cad3DPoint getDefinitionPoint2()
Gets or sets the definition point2.
public void setDefinitionPoint2(Cad3DPoint value)
Gets or sets the definition point2.
value
- The definition point2.public Cad3DPoint getRadiusDefinitionPoint()
Gets or sets the radius definition point.
public void setRadiusDefinitionPoint(Cad3DPoint value)
Gets or sets the radius definition point.
value
- The radius definition point.