interface DwgMultiLeaderBlockContent {
    blockContentId?: string;
    color?: number;
    normal?: DwgPoint3D;
    position?: DwgPoint3D;
    rotation?: number;
    scale?: DwgPoint3D;
    transformationMatrix?: number[];
}

Properties

blockContentId?: string
color?: number
normal?: DwgPoint3D
position?: DwgPoint3D
rotation?: number
scale?: DwgPoint3D
transformationMatrix?: number[]