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 |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
String |
getToleranceString()
Gets or sets the tolerance string.
|
int |
getTypeName()
Gets the name of the type.
|
void |
setDimensionStyleName(String value)
Gets or sets the dimension style name.
|
void |
setDirectionVector(Cad3DPoint value)
Gets or sets the direction vector.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
|
void |
setToleranceString(String value)
Gets or sets the tolerance string.
|
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 CadTolerance()
Initializes a new instance of the CadTolerance
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection
in class CadBaseExtrudedEntity
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection
in class CadBaseExtrudedEntity
public final String getDimensionStyleName()
Gets or sets the dimension style name.
public final void setDimensionStyleName(String value)
Gets or sets the dimension style name.
public final Cad3DPoint getDirectionVector()
Gets or sets the direction vector.
public final void setDirectionVector(Cad3DPoint value)
Gets or sets the direction vector.
public final Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
public final void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
public final String getToleranceString()
Gets or sets the tolerance string.
public final void setToleranceString(String value)
Gets or sets the tolerance string.