PolygonMesh

Object Hierarchy | 関連する C++クラス:PolygonMesh

継承

SIObject

Geometry

PolygonMesh

説明

PolygonMesh はGeometryの一種です。FacetSegmentPointSampleなど、一般的なオブジェクトを使用してポリゴンメッシュをナビゲートできます。または、PolygonFaceEdgeVertexPolygonNodeなど、PolygonMeshを指定するオブジェクトを使用してナビゲートできます。

メソッド

AddCluster AddEmptyCluster AddVertexColor ConstructPointLocatorsオペレータ
CreateSubComponent EvaluateClusterPropertyオペレータ EvaluateNormalsオペレータ EvaluatePositionsオペレータ
Getオペレータ Get2オペレータ GetApproximatedMesh GetApproximatedMeshAndAttributes
GetBoundingBox GetBoundingCapsule GetBoundingSphere GetClosestLocationsオペレータ
GetClosestLocationsWithinRadiusオペレータ GetICEAttributeFromName GetPolygonIndexArrayオペレータ GetRaycastIntersectionsオペレータ
GetSurfacePointLocatorsFromPointsオペレータ GetTriangleNodeIndexArrayオペレータ GetTriangleVertexIndexArrayオペレータ GetTriangleWeightArrayオペレータ
IsClassOfオペレータ IsEqualToオペレータ SaveShapeKey Setオペレータ
SetupPointLocatorQueriesオペレータ      
       

プロパティ

Application Cacheオペレータ Categories Clusters
CurrentVertexColor Edgesオペレータ Facetsオペレータ FullNameオペレータ
Help ICEAttributes Nameオペレータ NestedObjects
Nodesオペレータ Origin OriginPath Parent
Pointsオペレータ Polygonsオペレータ Samples Segmentsオペレータ
Triangles Typeオペレータ VertexColors Verticesオペレータ

VBScript の例

set oObject = Application.ActiveProject.ActiveScene.Root.AddGeometry("Cube","MeshSurface")
set oPolygonMesh = oObject.ActivePrimitive.Geometry

関連項目

Primitive.Geometry X3DObject.AddPolygonMesh