public class CadLine extends CadExtrudedEntityBase
Class describing Cad line
| Constructor and Description |
|---|
CadLine()
Initializes a new instance of the
CadLine class. |
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.
|
CadEntityTypeName |
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.
|
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 CadLine()
Initializes a new instance of the CadLine class.
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 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 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.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.