public class ThreeDSFace extends com.aspose.ms.lang.Struct<ThreeDSFace> implements Cloneable
| Constructor and Description |
|---|
ThreeDSFace() |
ThreeDSFace(ThreeDSPolygon poly,
int faceInfo) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
ThreeDSFace |
Clone() |
void |
CloneTo(ThreeDSFace that) |
boolean |
equals(Object obj) |
int |
getFaceInfo() |
ThreeDSPolygon |
getPoly() |
int |
hashCode() |
static boolean |
isEquals(ThreeDSFace obj1,
ThreeDSFace obj2) |
void |
setFaceInfo(int value) |
void |
setPoly(ThreeDSPolygon value) |
public ThreeDSFace()
public ThreeDSFace(ThreeDSPolygon poly, int faceInfo)
public final ThreeDSPolygon getPoly()
public final void setPoly(ThreeDSPolygon value)
public final int getFaceInfo()
public final void setFaceInfo(int value)
public void CloneTo(ThreeDSFace that)
CloneTo in class com.aspose.ms.System.ValueType<ThreeDSFace>public ThreeDSFace Clone()
Clone in class com.aspose.ms.System.ValueType<ThreeDSFace>public static boolean isEquals(ThreeDSFace obj1, ThreeDSFace obj2)