SampleCollection

関連する C++クラス:CSampleRefArray

導入

v2.0

詳細

Geometryのサンプルを表すSampleオブジェクトのコレクションです。ポリゴンメッシュのサンプルはPolygonNodeオブジェクトで、NurbS サーフェイスメッシュのサンプルはNurbsSampleオブジェクトです。SampleCollection オブジェクトにはGeometry.Samplesプロパティからアクセスします。

このコレクションは 0 から開始されます。

メソッド

Navigate      
       

プロパティ

Countオペレータ IndexArrayオペレータ SubComponentオペレータ  
       

VBScript の例

set oCube = ActiveSceneRoot.AddGeometry("Cube","MeshSurface")

set oSamples = oCube.ActivePrimitive.Geometry.Samples

関連項目

PolygonNodeCollection NurbsSampleCollection Geometry.Samples Facet.Samples Segment.Samples Point.Samples