Geometry1D

Object Hierarchy

導入

v1.0

詳細

このオブジェクトは廃止されたオブジェクトであり、Segment オブジェクトに置き換えられています。3d オブジェクトの 1Dジオメトリです。

メソッド

AverageLocalReferenceFrame AverageNormal AveragePosition ExtremitiesPositions
LocalReferenceFrame Normal    
       

プロパティ

EndSubComponent0D Neighborhood0D Neighborhood1D Neighborhood2D
Neighbors0D Neighbors1D Neighbors2D StartSubComponent0D
Type      
       

VBScript の例

' this example illustrates how to access the edges of the cube polygon mesh.

CreatePrim "Cube", "MeshSurface" 

set oSelList = GetValue("SelectionList") 

set oItem = oSelList(0) 

set oGeometry = oItem.obj 

set o2DComponent = oGeometry.Geometry1D

関連項目

Geometry_V1 Geometry0D Geometry2D