public class CadTolerance extends CadBaseExtrudedEntity
The Cad tolerance.
Constructor and Description |
---|
CadTolerance()
Initializes a new instance of the
CadTolerance class. |
Modifier and Type | Method and Description |
---|---|
String |
getDimensionStyleName()
Gets or sets the dimension style name.
|
Cad3DPoint |
getDirectionVector()
Gets or sets the direction vector.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
String |
getToleranceString()
Gets or sets the tolerance string.
|
void |
setDimensionStyleName(String value)
Gets or sets the dimension style name.
|
void |
setDirectionVector(Cad3DPoint value)
Gets or sets the direction vector.
|
void |
setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
|
void |
setToleranceString(String value)
Gets or sets the tolerance string.
|
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 CadTolerance()
Initializes a new instance of the CadTolerance
class.
public String getDimensionStyleName()
Gets or sets the dimension style name.
public void setDimensionStyleName(String value)
Gets or sets the dimension style name.
public Cad3DPoint getDirectionVector()
Gets or sets the direction vector.
public void setDirectionVector(Cad3DPoint value)
Gets or sets the direction vector.
public Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
public void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
public String getToleranceString()
Gets or sets the tolerance string.
public void setToleranceString(String value)
Gets or sets the tolerance string.