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:
- cad.getReferencers
- geom.applyTransform
- geom.getEntityAABB
- core.cloneEntity
- core.deleteEntities
- core.entityExists
- core.getEntityType
- core.getEntityTypeString
- core.addCustomProperty
- core.getProperties
- core.getProperty
- core.getPropertyInfo
- core.hasCustomProperty
- core.hasProperty
- core.listProperties
- core.listPropertiesBatch
- core.removeCustomProperty
- core.setProperty
- core.supportCustomProperties
- core.unsetProperty
- scene.linkPropertyToAnimation
- scene.unlinkPropertyToAnimation
Shape