VertexElementSmoothingGroup

Inheritance: java.lang.Object、com.aspose.threed.VertexElementcom.aspose.threed.VertexElementIntsTemplate

public class VertexElementSmoothingGroup extends VertexElementIntsTemplate

スムージンググループは、ポリゴンメッシュ内のポリゴンの集合で、滑らかな表面を形成しているように見えるものです。DOS 用の 3D Studio Max のような初期の 3D モデリングソフトウェアは、各メッシュ頂点の法線ベクトルを保存しないようにスムージンググループを使用していました。

コンストラクタ

コンストラクタ説明
VertexElementSmoothingGroup()新しい VertexElementSmoothingGroup クラスのインスタンスを初期化します。

メソッド

メソッド説明
clear()direct と index 配列からすべての要素を削除します。
clone(boolean withData)頂点要素をディープクローンします。
clone(boolean withDirect, boolean withIndice)
copyTo(VertexElementIntsTemplate target)指定された要素にデータをコピーします。
equals(Object arg0)
getClass()
getData()頂点データを取得します。
getIndices()インデックスデータを取得します。
getMappingMode()要素のマッピング方法を取得します。
getName()名前を取得します。
getReferenceMode()要素の参照方法を取得します。
getVertexElementType()VertexElement の型を取得します。
hashCode()
notify()
notifyAll()
setData(int[] data)データをロードします。
setIndices(int[] data)インデックスをロードします。
setMappingMode(MappingMode value)要素のマッピング方法を設定します。
setName(String value)名前を設定します。
setReferenceMode(ReferenceMode value)要素の参照方法を設定します。
toString()頂点要素の文字列表現です。
wait()
wait(long arg0)
wait(long arg0, int arg1)

VertexElementSmoothingGroup()

public VertexElementSmoothingGroup()

新しい VertexElementSmoothingGroup クラスのインスタンスを初期化します。

clear()

public void clear()

direct と index 配列からすべての要素を削除します。

clone(boolean withData)

public VertexElement clone(boolean withData)

頂点要素をディープクローンします。

Parameters:

パラメーター説明
withDatabooleandirect と index 配列で頂点をクローンします。

Returns: VertexElement

clone(boolean withDirect, boolean withIndice)

public VertexElement clone(boolean withDirect, boolean withIndice)

Parameters:

パラメーター説明
withDirectboolean
withIndiceboolean

Returns: VertexElement

copyTo(VertexElementIntsTemplate target)

public void copyTo(VertexElementIntsTemplate target)

指定された要素にデータをコピーします。

Parameters:

パラメーター説明
targetVertexElementIntsTemplate対象。

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメーター説明
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getData()

public List<Integer> getData()

頂点データを取得します。

Returns: java.util.List<java.lang.Integer> - 頂点データ

getIndices()

public List<Integer> getIndices()

インデックスデータを取得します。

Returns: java.util.List<java.lang.Integer> - インデックスデータ

getMappingMode()

public MappingMode getMappingMode()

要素のマッピング方法を取得します。

Returns: MappingMode - how the element is mapped.

getName()

public String getName()

名前を取得します。

Returns: java.lang.String - 名前です。

getReferenceMode()

public ReferenceMode getReferenceMode()

要素の参照方法を取得します。

Returns: ReferenceMode - how the element is referenced.

getVertexElementType()

public VertexElementType getVertexElementType()

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)

データをロードします。

Parameters:

パラメーター説明
データint[]

setIndices(int[] data)

public void setIndices(int[] data)

インデックスをロードします。

Parameters:

パラメーター説明
データint[]

setMappingMode(MappingMode value)

public void setMappingMode(MappingMode value)

要素のマッピング方法を設定します。

Parameters:

パラメーター説明
valueMappingMode新しい値

setName(String value)

public void setName(String value)

名前を設定します。

Parameters:

パラメーター説明
java.lang.String新しい値

setReferenceMode(ReferenceMode value)

public void setReferenceMode(ReferenceMode value)

要素の参照方法を設定します。

Parameters:

パラメーター説明
valueReferenceMode新しい値

toString()

public String toString()

頂点要素の文字列表現です。

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

パラメーター説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメーター説明
arg0long
arg1int