public class CadTrace extends CadBaseExtrudedEntity
TRACE class
Constructor and Description |
---|
CadTrace()
Initializes a new instance of the
CadTrace class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
Cad3DPoint |
getFirstPoint()
Gets or sets the first point.
|
Cad3DPoint |
getFourthPoint()
Gets or sets the fourth point.
|
Cad3DPoint |
getSecondPoint()
Gets or sets the second point.
|
double |
getThickness()
Gets or sets the thickness.
|
Cad3DPoint |
getThirdPoint()
Gets or sets the third point.
|
int |
getTypeName()
Gets the name of the type.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setFirstPoint(Cad3DPoint value)
Gets or sets the first point.
|
void |
setFourthPoint(Cad3DPoint value)
Gets or sets the fourth point.
|
void |
setSecondPoint(Cad3DPoint value)
Gets or sets the second point.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
void |
setThirdPoint(Cad3DPoint value)
Gets or sets the third point.
|
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 CadTrace()
Initializes a new instance of the CadTrace
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 Cad3DPoint getFirstPoint()
Gets or sets the first point.
public final void setFirstPoint(Cad3DPoint value)
Gets or sets the first point.
public final Cad3DPoint getFourthPoint()
Gets or sets the fourth point.
public final void setFourthPoint(Cad3DPoint value)
Gets or sets the fourth point.
public final Cad3DPoint getSecondPoint()
Gets or sets the second point.
public final void setSecondPoint(Cad3DPoint value)
Gets or sets the second point.
public final double getThickness()
Gets or sets the thickness.
public final void setThickness(double value)
Gets or sets the thickness.
public final Cad3DPoint getThirdPoint()
Gets or sets the third point.
public final void setThirdPoint(Cad3DPoint value)
Gets or sets the third point.