{"id":25013973,"url":"https://github.com/adn-devtech/piotm-solidcutsurface","last_synced_at":"2025-09-14T18:45:38.194Z","repository":{"id":69246603,"uuid":"48250988","full_name":"ADN-DevTech/PIOTM-SolidCutSurface","owner":"ADN-DevTech","description":null,"archived":false,"fork":false,"pushed_at":"2016-01-08T13:49:37.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-02-05T07:17:01.804Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ADN-DevTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-18T18:47:49.000Z","updated_at":"2015-12-18T20:04:52.000Z","dependencies_parsed_at":"2023-03-17T10:00:16.274Z","dependency_job_id":null,"html_url":"https://github.com/ADN-DevTech/PIOTM-SolidCutSurface","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ADN-DevTech%2FPIOTM-SolidCutSurface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ADN-DevTech%2FPIOTM-SolidCutSurface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ADN-DevTech%2FPIOTM-SolidCutSurface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ADN-DevTech%2FPIOTM-SolidCutSurface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ADN-DevTech","download_url":"https://codeload.github.com/ADN-DevTech/PIOTM-SolidCutSurface/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277363,"owners_count":20751549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-05T07:17:04.330Z","updated_at":"2025-03-30T05:12:34.283Z","avatar_url":"https://github.com/ADN-DevTech.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PIOTM-SolidCutSurface\n\nPlugin of the Month, January 2012, Brought to you by the Autodesk Developer Network\n\nSolid Cut Surface\n\n# Description\n\nThis plug-in generate a Civil 3D Tin Surface below an AutoCAD\nsolid element.\n\n# System Requirements\n\nThis plugin has been tested with AutoCAD Civil 3D 2012\nand requires the .NET Framework 4.0 \n\nA pre-built version of the plugin has been provided which should\nwork on 32- and 64-bit Windows systems.\n\nThe source code has been provided as a Visual Studio 2010 project\ncontaining C# code (not required to run the plugin).\n\n#Installation\n\nCopy the plugin module, \"ADNPlugin-SolidCutSurface.dll\", to a location\non your local system (the best place is your AutoCAD Civil 3D 2012 \napplication's root program folder).\n\nInside your Civil 3D application, use the NETLOAD command to load\nthe plugin. As it loads the application will register itself to load\nautomatically in future sessions of the Autodesk product into which\nit has been loaded.\n\n If you are using Vista or Windows 7, first check\nif the zip file needs to be unblocked.\nRight-click on the zip file and select \"Properties\". If you see\nan \"Unblock\" button, then click it. \n\n# Usage\n\nOnce loaded, run CUTSURFACE (command line or under Ribbon\nAdd-ins). Follow the steps:\n\n1. Select the AutoCAD solid that will be the reference\nfor the surface\n\n2. Select the Civil 3D TIN Surface to compare\nthe points. If no surface is selected, the new generated surface\nwill consider all points below the solid, if is selected, points\nbelow the solid but above the reference surface will not be\n3. Specify the new surface name. If the name already exist,\nall points will be remove and replaced. Applied \noperations still exist, may require manual removal.\n\n4. Specify the number of generated point per AutoCAD\nunit, which directly affects the density and precision of\nthe generated surface.  High values may take longer\nto process.\n\n5. Apply one operation to simplify the surface, which\nwill remove unnecessary points. This is recommended\nas the scan process of this command generate several\npoints on the same plane.\n\n# Uninstallation\n\nThe REMOVESOLIDCUTSURFACE command can be used to \n\"uninstall\" the plugin, Stopping it from being loaded \nautomatically in future editing sessions. \n\n# Limitations\n\nAutoCAD Civil 3D do not deal well with point at the same\nelevation, or drastically changes of elevation (e.g. the plane \nof the surface changing), therefore the generate surface is\nless accurate on these areas. The user may manually add \nbreaklines to adjust the behavior.\n\n# Known Issues\n\nHigh values of density can cause the application to hang \ndue the large amount of point generated. Consider start with\nsmall values to obtain initial surfaces.\n\n# Author\n\nThis plugin was written by Augusto Goncalves of Autodesk Developer \nTechnical Services team. \n\n# Acknowledgements\n\nAutodesk Brazil Technical Specialist Daniel Queiroz who\nhelped with industry expertise.\n\n# Further Reading\n\nFor more information on developing with Civil 3D, please visit the\nCivil 3D Developer Center at http://www.autodesk.com/developcivil\n\n# Feedback\n\nEmail us at labs.plugins@autodesk.com with feedback or requests for\nenhancements.\n\n# Release History\n\n  1.0    Original release                     (January 1, 2012)\n\n(C) Copyright 2012 by Autodesk, Inc. \n\nPermission to use, copy, modify, and distribute this software in\nobject code form for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appears in all copies and \nthat both that copyright notice and the limited warranty and\nrestricted rights notice below appear in all supporting \ndocumentation.\n\nAUTODESK PROVIDES THIS PROGRAM \"AS IS\" AND WITH ALL FAULTS. \nAUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF\nMERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC. \nDOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE\nUNINTERRUPTED OR ERROR FREE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadn-devtech%2Fpiotm-solidcutsurface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadn-devtech%2Fpiotm-solidcutsurface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadn-devtech%2Fpiotm-solidcutsurface/lists"}