public class CadLine extends CadBaseExtrudedEntity
Class describing Cad line
Constructor and Description |
---|
CadLine(Cad3DPoint firstPoint,
Cad3DPoint secondPoint)
Initializes a new instance of the
CadLine class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
Cad3DPoint |
getFirstPoint()
Gets or sets the first Point.
|
Cad3DPoint |
getSecondPoint()
Gets or sets the second Point.
|
double |
getThickness()
Gets or sets the thickness.
|
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 |
setSecondPoint(Cad3DPoint value)
Gets or sets the second Point.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
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 CadLine(Cad3DPoint firstPoint, Cad3DPoint secondPoint)
Initializes a new instance of the CadLine
class.
firstPoint
- Start point.secondPoint
- End point.com.aspose.ms.System.ArgumentNullException
- Thrown when one of arguments is nullpublic 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.
value
- The First Point.public final Cad3DPoint getSecondPoint()
Gets or sets the second Point.
public final void setSecondPoint(Cad3DPoint value)
Gets or sets the second Point.
value
- The Second Point.public final double getThickness()
Gets or sets the thickness.
public final void setThickness(double value)
Gets or sets the thickness.
value
- The thickness.