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.
|
int |
getTypeName()
Gets the name of the type.
|
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, getExtrusionDirection, getHorizontalDirection, getMiddleTextLocation, getStyleName, getText, getTextLineSpacing, getTextRotationAngle, getTypeOfDimension, getVersionNumber, isSingleUse, isUserDimension, isXOrdinate, isYordinate, setActualMeasurement, setAttachmentType, setBlockName, setBlockTranslationVector, setDefinitionPoint, setDimensionTextLineSpacingFactor, setDimensionType, setExtrusionDirection, setHorizontalDirection, setMiddleTextLocation, setStyleName, setText, setTextLineSpacing, setTextRotationAngle, setTypeOfDimension, setVersionNumber
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadDimensionOrdinate()
Initializes a new instance of the CadDimensionOrdinate
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadDimensionBase
public final Cad3DPoint getDefinition13()
Gets or sets the definition13.
public final void setDefinition13(Cad3DPoint value)
Gets or sets the definition13.
value
- The definition13.public final Cad3DPoint getDefinition14()
Gets or sets the definition14.
public final void setDefinition14(Cad3DPoint value)
Gets or sets the definition14.
value
- The definition14.