public class CadPoint extends CadBaseExtrudedEntity
Class describing Cad ARC
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadPoint()
Initializes a new instance of the
CadPoint class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getPointLocation()
Gets or sets the point location.
|
double |
getStartAngle()
Gets or sets angle XAxis.
|
double |
getThickness()
Gets or sets the thickness.
|
void |
setPointLocation(Cad3DPoint value)
Gets or sets the point location.
|
void |
setStartAngle(double value)
Gets or sets angle XAxis.
|
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 getPointLocation()
Gets or sets the point location.
Value: The Point location.public void setPointLocation(Cad3DPoint value)
Gets or sets the point location.
Value: The Point location.public double getStartAngle()
Gets or sets angle XAxis.
Value: The angle X axispublic void setStartAngle(double value)
Gets or sets angle XAxis.
Value: The angle X axispublic 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.