Table of Contents

Class Shape

Namespace
Scene

A Shape is the geometrical representation of a Part. It can be BRep or polygonal

Base class: GeomEntity

Derived classes:

classDiagram
    class Shape
    GeomEntity <|-- Shape
        Shape <|-- BRepShape
    BRepShape : +core.Ident Id
    BRepShape : +core.Entity Model
        Shape <|-- TessellatedShape
    TessellatedShape : +core.Ident Id
    TessellatedShape : +core.Entity Mesh

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

Shape