public class ThreeDSFace extends com.aspose.ms.lang.Struct<ThreeDSFace> implements Cloneable
| Constructor and Description |
|---|
ThreeDSFace() |
ThreeDSFace(ThreeDSPoly poly,
int faceInfo) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
ThreeDSFace |
Clone() |
void |
CloneTo(ThreeDSFace that) |
boolean |
equals(Object obj) |
int |
getFaceInfo() |
ThreeDSPoly |
getPoly() |
int |
hashCode() |
static boolean |
isEquals(ThreeDSFace obj1,
ThreeDSFace obj2) |
void |
setFaceInfo(int value) |
void |
setPoly(ThreeDSPoly value) |
public ThreeDSFace()
public ThreeDSFace(ThreeDSPoly poly, int faceInfo)
public final ThreeDSPoly getPoly()
public final void setPoly(ThreeDSPoly 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)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.