v5.0
ポイントロケータデータに定義されているサーフェイスで位置を評価します。戻される位置はジオメトリのローカル空間リファレンス内に存在します。
このメソッドの使用例については、PointLocatorDataオブジェクトの説明を参照してください。
Object Geometry.EvaluatePositions( PointLocatorData in_pPtLocators, Object in_pPointLocatorsIndices ); |
oArray = Geometry.EvaluatePositions( PointLocators, [Indices] ); |
2D Array(最初の次元には X,y,z 値が含まれます)
パラメータ | タイプ | 説明 |
---|---|---|
PointLocators | PointLocatorData | 評価するポイントロケータ。 |
Indices | 1D Array | 評価するポイントロケータのインデックス(無指定の場合はすべてのポイントロケータが対象となります)。 |
PointLocatorData Geometry Geometry.GetClosestLocations Geometry.GetClosestLocationsWithinRadius Geometry.GetRaycastIntersections Geometry.SetupPointLocatorQueries Geometry.GetSurfacePointLocatorsFromPoints Geometry.EvaluateNormals Geometry.EvaluateClusterProperty PolygonMesh.GetPolygonIndexArray PolygonMesh.GetTriangleVertexIndexArray PolygonMesh.GetTriangleNodeIndexArray PolygonMesh.GetTriangleWeightArray PolygonMesh.ConstructPointLocators NurbsSurfaceMesh.GetSubSurfaceIndexArray NurbsSurfaceMesh.GetNormalizedUVArray NurbsSurfaceMesh.ConstructPointLocators