Table of Contents

Class Shape

Namespace
CAD

A Shape is the base type for CAD topology entities

Base class: CADEntity

Derived classes:

classDiagram
    class Shape
    CADEntity <|-- Shape
        Shape <|-- Body
    Body : +core.Entity Model
        Shape <|-- Edge
    Edge : +core.Entity Model
        Shape <|-- Face
    Face : +core.Ident Id
        Shape <|-- OpenShell
    OpenShell : +core.Entity Model
        Shape <|-- Vertex
    Vertex : +core.Entity Model

Functions accepting this type or a list of this type as a parameter:

Shape