public class CadLine extends CadBaseExtrudedEntity
Class describing Cad line
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadLine()
Initializes a new instance of the
CadLine class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getFirstPoint()
Gets or sets the first Point.
|
Cad3DPoint |
getSecondPoint()
Gets or sets the second Point.
|
double |
getThickness()
Gets or sets the thickness.
|
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.
|
getExtrusionDirection, mergeProperties_internalized, setExtrusionDirection
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName_internalized, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public Cad3DPoint getFirstPoint()
Gets or sets the first Point.
Value: The First Point.public void setFirstPoint(Cad3DPoint value)
Gets or sets the first Point.
Value: The First Point.public Cad3DPoint getSecondPoint()
Gets or sets the second Point.
Value: The Second Point.public void setSecondPoint(Cad3DPoint value)
Gets or sets the second Point.
Value: The Second Point.public double getThickness()
Gets or sets the thickness.
Value: The thickness.public void setThickness(double value)
Gets or sets the thickness.
Value: The thickness.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.