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.
|
int |
getTypeName()
Gets the name of the type.
|
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, 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 Cad2LineAngularDimension()
Initializes a new instance of the Cad2LineAngularDimension
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadDimensionBase
public final Cad3DPoint getAngularArcDefinitionPoint()
Gets or sets the angular arc definition point.
public final void setAngularArcDefinitionPoint(Cad3DPoint value)
Gets or sets the angular arc definition point.
value
- The angular arc definition point.public final Cad3DPoint getDefinitionPoint1()
Gets or sets the definition point1.
public final void setDefinitionPoint1(Cad3DPoint value)
Gets or sets the definition point1.
value
- The definition point1.public final Cad3DPoint getDefinitionPoint2()
Gets or sets the definition point2.
public final void setDefinitionPoint2(Cad3DPoint value)
Gets or sets the definition point2.
value
- The definition point2.public final Cad3DPoint getRadiusDefinitionPoint()
Gets or sets the radius definition point.
public final void setRadiusDefinitionPoint(Cad3DPoint value)
Gets or sets the radius definition point.
value
- The radius definition point.