Skip to content
Discussion options

You must be logged in to vote

Hi @Euclid-Bjoern

import element_controller as ec
import cadwork


ec.start_standard_element_dialog(cadwork.standard_element_type.beam)

# available types

class standard_element_type(IntEnum):
    """standard element type

    Examples:
        >>> cadwork.standard_element_type.beam
        beam
    """
    beam = 0
    """"""
    panel = 2
    """"""
    vba = 3
    """"""
    exportSolid = 4
    """"""
    container = 5
    """"""
    metal = 6
    """"""

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Euclid-Bjoern
Comment options

Answer selected by Euclid-Bjoern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants