1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Parasolid クラス構造

Posted at

Parasolid クラス構造

  1. オブジェクトobjects
    • Parasolidとアプリケーション間で交換されるデータ項目のこと。
    • 各オブジェクトは特定のクラスに属し、そのクラスによってオブジェクトの性質が決定される。
  2. クラスclass
    • オブジェクトの共通のタイプを定義するための構造。
    • Parasolidのクラスは階層的なツリー構造に従っており、親子関係が形成される。
    • 図1ではすべてのクラスを示していないが、追加のクラスはボックスで囲まれた省略記号(...)で表現されている。
  3. 最上位クラス(CLASS)
    • Parasolidクラスの最上位に位置するクラスであり、すべての他のクラスのスーパークラス。
    • すべてのクラスはCLASSから派生している。
  4. タグtags
    • 各オブジェクトはユニークなタグを持ち、これによりオブジェクトを識別できる。
  5. 重要なクラス
    • TOPOL:
      • トポロジに関連するクラスで、モデルの形状や構造に関する情報を管理する。
      • このクラスのサブクラスは、トポロジの詳細な構造を提供する。
    • GEOM:
      • 幾何学に関連するクラスで、形状の定義や処理に関与する。
      • GEOMクラスのサブクラスも多く存在し、複雑な幾何学的構造を表現する。

image.png
図1 An outline of the Parasolid class hierarchy
image.png
図2 The TOPOL class and its subclasses
image.png
図3 The GEOM class and its subclasses

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?