public class Cad3DFace extends CadBaseEntity
Class that describes 3DFACE entity
Constructor and Description |
---|
Cad3DFace()
Initializes a new instance of the
Cad3DFace class. |
Cad3DFace(Cad3DPoint firstCorner,
Cad3DPoint secondCorner,
Cad3DPoint thirdCorner,
Cad3DPoint fourthCorner)
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.
|
int |
getTypeName()
Gets the name of the type.
|
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.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public Cad3DFace()
Initializes a new instance of the Cad3DFace
class.
public Cad3DFace(Cad3DPoint firstCorner, Cad3DPoint secondCorner, Cad3DPoint thirdCorner, Cad3DPoint fourthCorner)
Initializes a new instance of the Cad3DFace
class.
firstCorner
- First corner.secondCorner
- Second corner.thirdCorner
- Third corner.fourthCorner
- Fourth corner.com.aspose.ms.System.ArgumentNullException
- Thrown when one of arguments is nullpublic int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public final short getEdgesVisible()
Gets or sets the visibility of edges.
public final 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 final Cad3DPoint getFirstCorner()
Gets or sets the first corner.
public final void setFirstCorner(Cad3DPoint value)
Gets or sets the first corner.
value
- The first corner.public final Cad3DPoint getFourthCorner()
Gets or sets the forth corner.
public final void setFourthCorner(Cad3DPoint value)
Gets or sets the forth corner.
value
- The forth corner.public final Cad3DPoint getSecondCorner()
Gets or sets the second corner.
public final void setSecondCorner(Cad3DPoint value)
Gets or sets the second corner.
value
- The second corner.public final Cad3DPoint getThirdCorner()
Gets or sets the third corner.
public final void setThirdCorner(Cad3DPoint value)
Gets or sets the third corner.
value
- The third corner.