public class CadJoggedDimension extends CadDimensionBase
The cad jogged dimension
| Constructor and Description |
|---|
CadJoggedDimension()
Initializes a new instance of the
CadJoggedDimension class. |
| Modifier and Type | Method and Description |
|---|---|
Cad3DPoint |
getCenterPoint()
Gets or sets the center point.
|
Cad3DPoint |
getChordPoint()
Gets or sets the chord point.
|
Cad3DPoint |
getJogPoint()
Gets or sets the jog point.
|
Cad3DPoint |
getOverrideCenter()
Gets or sets the override center.
|
double |
getUnknown()
Gets or sets the unknown.
|
void |
setCenterPoint(Cad3DPoint value)
Gets or sets the center point.
|
void |
setChordPoint(Cad3DPoint value)
Gets or sets the chord point.
|
void |
setJogPoint(Cad3DPoint value)
Gets or sets the jog point.
|
void |
setOverrideCenter(Cad3DPoint value)
Gets or sets the override center.
|
void |
setUnknown(double value)
Gets or sets the unknown.
|
getActualMeasurement, getArrowSize, getAttachmentType, getBlockName, getBlockTranslationVector, getDefinitionPoint, getDimAssocHandle, getDimensionTextLineSpacingFactor, getDimensionType, getExtrusionDirection, getFlag1, getHorizontalDirection, getMiddleTextLocation, getStyleName, getText, getTextLineSpacing, getTextRotationAngle, getTypeName, 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 CadJoggedDimension()
Initializes a new instance of the CadJoggedDimension class.
public final Cad3DPoint getCenterPoint()
Gets or sets the center point.
public final void setCenterPoint(Cad3DPoint value)
Gets or sets the center point.
public final Cad3DPoint getChordPoint()
Gets or sets the chord point.
public final void setChordPoint(Cad3DPoint value)
Gets or sets the chord point.
public final double getUnknown()
Gets or sets the unknown.
public final void setUnknown(double value)
Gets or sets the unknown.
public final Cad3DPoint getOverrideCenter()
Gets or sets the override center.
public final void setOverrideCenter(Cad3DPoint value)
Gets or sets the override center.
public final Cad3DPoint getJogPoint()
Gets or sets the jog point.
public final void setJogPoint(Cad3DPoint value)
Gets or sets the jog point.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.