public class CadTolerance extends CadExtrudedEntityBase
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.
|
CadEntityTypeName |
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.
|
getArea, getAssocViewPortHandle, getBounds, getChildObjects, getChilds, getColorHandle, getColorId, getColorName, getColorValue, getEntmode, getGroupHandle, getHyperlink, getId, getLayerName, getLayoutTabName, getLength, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isAssocViewPortHandleSet, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorHandle, setColorId, setColorName, setColorValue, setEntmode, setGroupHandle, setHyperlink, setId, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setNoLinks, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getNumreactors, getReactors, getSoftOwner, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadTolerance()
Initializes a new instance of the CadTolerance class.
public CadEntityTypeName getTypeName()
Gets the name of the type.
getTypeName in class CadEntityBasepublic Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection in class CadExtrudedEntityBasepublic void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection in class CadExtrudedEntityBasepublic 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.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.