public class Cad3DFace extends CadBaseEntity
Class that describes 3DFACE entity
Constructor and Description |
---|
Cad3DFace()
Initializes a new instance of the
Cad3DFace class. |
Modifier and Type | Method and Description |
---|---|
short |
getEdgesVisible()
Gets or sets the visibility of edges.
|
Cad3DPoint |
getFirstCorner()
Gets or sets the first corner.
|
Cad3DPoint |
getFourthCorner()
Gets or sets the forth corner.
|
Cad3DPoint |
getSecondCorner()
Gets or sets the second corner.
|
Cad3DPoint |
getThirdCorner()
Gets or sets the third corner.
|
void |
setEdgesVisible(short value)
Gets or sets the visibility of edges.
|
void |
setFirstCorner(Cad3DPoint value)
Gets or sets the first corner.
|
void |
setFourthCorner(Cad3DPoint value)
Gets or sets the forth corner.
|
void |
setSecondCorner(Cad3DPoint value)
Gets or sets the second corner.
|
void |
setThirdCorner(Cad3DPoint value)
Gets or sets the third corner.
|
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public short getEdgesVisible()
Gets or sets the visibility of edges.
public void setEdgesVisible(short value)
Gets or sets the visibility of edges.
value
- The edges visible.
Invisible edge flags:
1 = First edge is invisible
2 = Second edge is invisible
4 = Third edge is invisible
8 = Fourth edge is invisiblepublic Cad3DPoint getFirstCorner()
Gets or sets 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 forth corner.
public void setFourthCorner(Cad3DPoint value)
Gets or sets the forth corner.
value
- The forth corner.public Cad3DPoint getSecondCorner()
Gets or sets the second corner.
public void setSecondCorner(Cad3DPoint value)
Gets or sets the second corner.
value
- The second corner.public Cad3DPoint getThirdCorner()
Gets or sets the third corner.
public void setThirdCorner(Cad3DPoint value)
Gets or sets the third corner.
value
- The third corner.