public class CadArcLengthDimension extends CadDimensionBase
The cad arc length dimension
| Constructor and Description |
|---|
CadArcLengthDimension()
Initializes a new instance of the
CadArcLengthDimension class. |
| Modifier and Type | Method and Description |
|---|---|
Cad3DPoint |
getArcCenter()
Gets or sets the arc center.
|
Cad3DPoint |
getDimLineArcPoint()
Gets or sets the dim line arc point.
|
double |
getEndAngle()
Gets or sets the end angle.
|
Cad3DPoint |
getExtensionLine1Point()
Gets or sets the extension line 1 point.
|
Cad3DPoint |
getExtensionLine2Point()
Gets or sets the extension line 2 point.
|
Cad3DPoint |
getLeaderPoint1()
Gets or sets the leader point 1.
|
Cad3DPoint |
getLeaderPoint2()
Gets or sets the leader point 2.
|
double |
getStartAngle()
Gets or sets the start angle.
|
CadEntityTypeName |
getTypeName()
Gets the name of the type.
|
short |
hasLeader()
Gets or sets the has leader.
|
short |
isPartial()
Gets or sets the is partial
|
void |
setArcCenter(Cad3DPoint value)
Gets or sets the arc center.
|
void |
setDimLineArcPoint(Cad3DPoint value)
Gets or sets the dim line arc point.
|
void |
setEndAngle(double value)
Gets or sets the end angle.
|
void |
setExtensionLine1Point(Cad3DPoint value)
Gets or sets the extension line 1 point.
|
void |
setExtensionLine2Point(Cad3DPoint value)
Gets or sets the extension line 2 point.
|
void |
setLeader(short value)
Gets or sets the has leader.
|
void |
setLeaderPoint1(Cad3DPoint value)
Gets or sets the leader point 1.
|
void |
setLeaderPoint2(Cad3DPoint value)
Gets or sets the leader point 2.
|
void |
setPartial(short value)
Gets or sets the is partial
|
void |
setStartAngle(double value)
Gets or sets the start angle.
|
getActualMeasurement, getArrowSize, getAttachmentType, getBlockName, getBlockTranslationVector, getDefinitionPoint, getDimAssocHandle, getDimensionTextLineSpacingFactor, getDimensionType, getExtrusionDirection, getFlag1, getHorizontalDirection, getMiddleTextLocation, getStyleName, getText, getTextLineSpacing, getTextRotationAngle, getTypeOfDimension, getVersionNumber, isSingleUse, isUserDimension, isXOrdinate, isYordinate, setActualMeasurement, setArrowSize, setAttachmentType, setBlockName, setBlockTranslationVector, setDefinitionPoint, setDimAssocHandle, setDimensionTextLineSpacingFactor, setDimensionType, setExtrusionDirection, setFlag1, setHorizontalDirection, setMiddleTextLocation, setStyleName, setText, setTextLineSpacing, setTextRotationAngle, setTypeOfDimension, setVersionNumbergetArea, getAssocViewPortHandle, getBounds, getChildObjects, getChilds, getColorHandle, getColorId, getColorName, getColorValue, getEntmode, getGroupHandle, getHyperlink, getId, getLayerName, getLayoutTabName, getLength, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isAssocViewPortHandleSet, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorHandle, setColorId, setColorName, setColorValue, setEntmode, setGroupHandle, setHyperlink, setId, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setNoLinks, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getNumreactors, getReactors, getSoftOwner, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadArcLengthDimension()
Initializes a new instance of the CadArcLengthDimension class.
public CadEntityTypeName getTypeName()
Gets the name of the type.
Value: The name of the type.getTypeName in class CadDimensionBasepublic final Cad3DPoint getDimLineArcPoint()
Gets or sets the dim line arc point.
public final void setDimLineArcPoint(Cad3DPoint value)
Gets or sets the dim line arc point.
public final Cad3DPoint getExtensionLine1Point()
Gets or sets the extension line 1 point.
public final void setExtensionLine1Point(Cad3DPoint value)
Gets or sets the extension line 1 point.
public final Cad3DPoint getExtensionLine2Point()
Gets or sets the extension line 2 point.
public final void setExtensionLine2Point(Cad3DPoint value)
Gets or sets the extension line 2 point.
public final Cad3DPoint getArcCenter()
Gets or sets the arc center.
public final void setArcCenter(Cad3DPoint value)
Gets or sets the arc center.
public final short isPartial()
Gets or sets the is partial
public final void setPartial(short value)
Gets or sets the is partial
public final double getStartAngle()
Gets or sets the start angle.
public final void setStartAngle(double value)
Gets or sets the start angle.
public final double getEndAngle()
Gets or sets the end angle.
public final void setEndAngle(double value)
Gets or sets the end angle.
public final short hasLeader()
Gets or sets the has leader.
public final void setLeader(short value)
Gets or sets the has leader.
public final Cad3DPoint getLeaderPoint1()
Gets or sets the leader point 1.
public final void setLeaderPoint1(Cad3DPoint value)
Gets or sets the leader point 1.
public final Cad3DPoint getLeaderPoint2()
Gets or sets the leader point 2.
public final void setLeaderPoint2(Cad3DPoint value)
Gets or sets the leader point 2.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.