関連する C++クラス:CSampleRefArray
v2.0
Geometryのサンプルを表すSampleオブジェクトのコレクションです。ポリゴンメッシュのサンプルはPolygonNodeオブジェクトで、NurbS サーフェイスメッシュのサンプルはNurbsSampleオブジェクトです。SampleCollection オブジェクトにはGeometry.Samplesプロパティからアクセスします。
このコレクションは 0 から開始されます。
set oCube = ActiveSceneRoot.AddGeometry("Cube","MeshSurface") set oSamples = oCube.ActivePrimitive.Geometry.Samples |