PolygonMesh

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

継承

SIObject

Geometry

ポリゴンメッシュ

説明

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

メソッド

AddCluster AddEmptyCluster AddICEAttribute AddVertexColor
ConstructPointLocatorsオペレータ CreateSubComponent EvaluateClusterPropertyオペレータ EvaluateNormalsオペレータ
EvaluatePositionsオペレータ Getオペレータ Get2オペレータ GetApproximatedMesh
GetApproximatedMeshAndAttributes GetBoundingBox GetBoundingCapsule GetBoundingSphere
GetClosestLocationsオペレータ GetClosestLocationsWithinRadiusオペレータ GetICEAttributeFromName GetPolygonIndexArrayオペレータ
GetRaycastIntersectionsオペレータ GetSurfacePointLocatorsFromPointsオペレータ GetTriangleNodeIndexArrayオペレータ GetTriangleVertexIndexArrayオペレータ
GetTriangleWeightArrayオペレータ IsClassOfオペレータ IsEqualToオペレータ RemoveICEAttribute
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