Class Edge
- Namespace
- CAD
An Edge is the topological entity relative to a Curve
Base class: Shape
classDiagram
class Edge
Shape <|-- Edge
Edge : +core.Entity Model
Functions accepting this type or a list of this type as a parameter:
- cad.addEdgeToModel
- cad.getEdgeDefinition
- cad.getEdgeLength
- cad.setEdgeStyle
- cad.createCoEdge
- 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
Edge