public class CadSolid extends CadBaseEntity
Class describing CadSolid
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadSolid()
Initializes a new instance of the
CadSolid class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
Cad3DPoint |
getFirstCorner()
Gets or sets the first corner.
|
Cad3DPoint |
getFourthCorner()
Gets or sets the fourth corner.
|
Cad3DPoint |
getSecondCorner()
Gets or sets the second corner.
|
float |
getThickness()
Gets or sets the thickness.
|
Cad3DPoint |
getThirdCorner()
Gets or sets the third corner.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setFirstCorner(Cad3DPoint value)
Gets or sets the first corner.
|
void |
setFourthCorner(Cad3DPoint value)
Gets or sets the fourth corner.
|
void |
setSecondCorner(Cad3DPoint value)
Gets or sets the second corner.
|
void |
setThickness(float value)
Gets or sets the thickness.
|
void |
setThirdCorner(Cad3DPoint value)
Gets or sets the third corner.
|
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, mergeProperties_internalized, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
Value: The extrusion direction.public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
Value: The extrusion direction.public Cad3DPoint getFirstCorner()
Gets or sets the first corner.
Value: The first corner.public void setFirstCorner(Cad3DPoint value)
Gets or sets the first corner.
Value: The first corner.public Cad3DPoint getFourthCorner()
Gets or sets the fourth corner.
Value: The fourth corner.public void setFourthCorner(Cad3DPoint value)
Gets or sets the fourth corner.
Value: The fourth corner.public Cad3DPoint getSecondCorner()
Gets or sets the second corner.
Value: The second corner.public void setSecondCorner(Cad3DPoint value)
Gets or sets the second corner.
Value: The second corner.public float getThickness()
Gets or sets the thickness.
Value: The thickness.public void setThickness(float value)
Gets or sets the thickness.
Value: The thickness.public Cad3DPoint getThirdCorner()
Gets or sets the third corner.
Value: The third corner.public void setThirdCorner(Cad3DPoint value)
Gets or sets the third corner.
Value: The third corner.public void accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
accept_internalized
in class CadBase
visitor
- The visitor.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.