public class CadDimensionOrdinate extends CadDimensionBase
The Cad dimension ordinate.
Constructor and Description |
---|
CadDimensionOrdinate()
Initializes a new instance of the
CadDimensionOrdinate class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getDefinition13()
Gets or sets the definition13.
|
Cad3DPoint |
getDefinition14()
Gets or sets the definition14.
|
void |
setDefinition13(Cad3DPoint value)
Gets or sets the definition13.
|
void |
setDefinition14(Cad3DPoint value)
Gets or sets the definition14.
|
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 CadDimensionOrdinate()
Initializes a new instance of the CadDimensionOrdinate
class.
public Cad3DPoint getDefinition13()
Gets or sets the definition13.
public void setDefinition13(Cad3DPoint value)
Gets or sets the definition13.
value
- The definition13.public Cad3DPoint getDefinition14()
Gets or sets the definition14.
public void setDefinition14(Cad3DPoint value)
Gets or sets the definition14.
value
- The definition14.