WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface ConvertToBlockOptions

    interface ConvertToBlockOptions {
        blockName?: string;
        useFirstAsDefinition?: boolean;
        textToAttribute?: boolean;
    }
    Index

    Properties

    blockName?: string
    useFirstAsDefinition?: boolean
    textToAttribute?: boolean