Skip to content

Instantly share code, notes, and snippets.

View AlexandrDragunkin's full-sized avatar

Alexander Dragunkin AlexandrDragunkin

  • RUSSIA
View GitHub Profile
//__author__ = 'Aleksandr Dragunkin'
//__created__= '16.01.2025'
//__version__ = '0.1.00'
// -------------------------------------------------------------------------------
// Name: vispanel
// Purpose: Восстанавливает видимость полотна и кромки панели
// Copyright: (c) GEOS 2012-2025 http://k3info.ru/
// Licence: FREE
// ------------------------------------------------------------------------------
//__author__ = 'Aleksandr Dragunkin '
//__created__= '16.01.2025'
//__version__ = '0.1.00'
// -------------------------------------------------------------------------------
// Name: invispanel
// Purpose: гасит = переносит полотно панелей и кромку панелей с таким же PriceID,
// как у у казанной панели на слой SWPanels
// Copyright: (c) GEOS 2012-2025 http://k3info.ru/
// Licence: FREE
// ------------------------------------------------------------------------------
@AlexandrDragunkin
AlexandrDragunkin / lencuts.py
Created January 15, 2025 15:31
Как посчитать реальную длину вырезов в мебельной панели в сцене к3 Реализация на основе модуля drawrof\mPanel.py
# -*- coding: utf-8 -*-
from __future__ import annotations
__author__ = 'Aleksandr Dragunkin'
__created__= '15.01.2025'
__version__ = '0.1.00'
# -------------------------------------------------------------------------------
# Name: lencuts
# Purpose:
# Copyright: (c) GEOS 2012-2025
# Licence: FREE
#coding:utf-8
"""
Author: Aleksandr Dragunkin
Purpose: Расстановка крепежа по макро с 8-ю параметраами
Created: 13/02/22
"""
...
def main():
""""""
@AlexandrDragunkin
AlexandrDragunkin / gist:e9e6d5cb04292d7178b7ce2d7a7dc34f
Created November 20, 2018 20:28 — forked from chrisparnin/gist:6849751
Syntax highlighting for Markdown Pad.
<link href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r224/prettify.css" type="text/css" rel="stylesheet" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r224/prettify.js">
</script>
<script>
$(document).ready(function()
{
$("pre").addClass("prettyprint");
prettyPrint();