VertexElementSmoothingGroup
Inheritance: java.lang.Object, com.aspose.threed.VertexElement, com.aspose.threed.VertexElementIntsTemplate
public class VertexElementSmoothingGroup extends VertexElementIntsTemplate
Un gruppo di smoothing è un gruppo di poligoni in una mesh poligonale che dovrebbe apparire come una superficie liscia. Alcuni primi software di modellazione 3D come 3D Studio Max per DOS usavano il gruppo di smoothing per evitare di memorizzare il vettore normale per ogni vertice della mesh.
Costruttori
| Costruttore | Descrizione |
|---|---|
| VertexElementSmoothingGroup() | Inizializza una nuova istanza della classe VertexElementSmoothingGroup. |
Metodi
| Metodo | Descrizione |
|---|---|
| clear() | Rimuove tutti gli elementi dagli array direct e index. |
| clone(boolean withData) | Clona in profondità l’elemento vertex. |
| clone(boolean withDirect, boolean withIndice) | |
| copyTo(VertexElementIntsTemplate target) | Copia i dati nell’elemento specificato. |
| equals(Object arg0) | |
| getClass() | |
| getData() | Ottiene i dati vertex. |
| getIndices() | Ottiene i dati degli indici. |
| getMappingMode() | Restituisce come l’elemento è mappato. |
| getName() | Ottiene il nome. |
| getReferenceMode() | Restituisce come l’elemento è referenziato. |
| getVertexElementType() | Ottiene il tipo del VertexElement |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setData(int[] data) | Carica dati |
| setIndices(int[] data) | Carica indici |
| setMappingMode(MappingMode value) | Imposta come l’elemento è mappato. |
| setName(String value) | Imposta il nome. |
| setReferenceMode(ReferenceMode value) | Imposta come l’elemento è referenziato. |
| toString() | Rappresentazione stringa dell’elemento vertex. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
VertexElementSmoothingGroup()
public VertexElementSmoothingGroup()
Inizializza una nuova istanza della classe VertexElementSmoothingGroup.
clear()
public void clear()
Rimuove tutti gli elementi dagli array direct e index.
clone(boolean withData)
public VertexElement clone(boolean withData)
Clona in profondità l’elemento vertex.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| withData | boolean | Clona il vertex con gli array direct e index |
Returns: VertexElement
clone(boolean withDirect, boolean withIndice)
public VertexElement clone(boolean withDirect, boolean withIndice)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| withDirect | boolean | |
| withIndice | boolean |
Returns: VertexElement
copyTo(VertexElementIntsTemplate target)
public void copyTo(VertexElementIntsTemplate target)
Copia i dati nell’elemento specificato.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| target | VertexElementIntsTemplate | Obiettivo. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public List<Integer> getData()
Ottiene i dati vertex.
Returns: java.util.List<java.lang.Integer> - i dati del vertice
getIndices()
public List<Integer> getIndices()
Ottiene i dati degli indici.
Returns: java.util.List<java.lang.Integer> - i dati degli indici
getMappingMode()
public MappingMode getMappingMode()
Restituisce come l’elemento è mappato.
Returns: MappingMode - how the element is mapped.
getName()
public String getName()
Ottiene il nome.
Returns: java.lang.String - il nome.
getReferenceMode()
public ReferenceMode getReferenceMode()
Restituisce come l’elemento è referenziato.
Returns: ReferenceMode - how the element is referenced.
getVertexElementType()
public VertexElementType getVertexElementType()
Ottiene il tipo del VertexElement
Returns: VertexElementType - the type of the VertexElement
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setData(int[] data)
public void setData(int[] data)
Carica dati
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| dati | int[] |
setIndices(int[] data)
public void setIndices(int[] data)
Carica indici
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| dati | int[] |
setMappingMode(MappingMode value)
public void setMappingMode(MappingMode value)
Imposta come l’elemento è mappato.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | MappingMode | Nuovo valore |
setName(String value)
public void setName(String value)
Imposta il nome.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | java.lang.String | Nuovo valore |
setReferenceMode(ReferenceMode value)
public void setReferenceMode(ReferenceMode value)
Imposta come l’elemento è referenziato.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | ReferenceMode | Nuovo valore |
toString()
public String toString()
Rappresentazione stringa dell’elemento vertex.
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |