edge:types
List of: Scheme Extensions
Subjects: Physical Properties
Contents: Kernel

Action: Prints a table of all edges in the current part, including their containing entities and curve types.

Filename: kern/kern_scm/qedg_scm.cxx

APIs: api_get_active_part, api_get_edges

Syntax: (edge:types)

Arg Types: edge edge

Returns: string

Example: ; edge:types

; create a solid cylinder

(define solid (solid:cylinder


(position 0 0 0) (position 0 0 30) 30))

;; solid

; get a list of the edge types

(edge:types)

; entity:(entity 1 1)

; entity:(entity 2 1)

; edge:(entity 3 1) edge_type:ellipse

; edge:(entity 4 1) edge_type:ellipse

;; #t
PDF/KERN/12SCA.PDF
HTM/DATA/KERN/KERN/12SCA/0068.HTM