This skill provides the foundational knowledge and high-level principles for defining native ALLPLAN elements (such as walls, lines, solids) within the ALLPLAN PythonParts framework.
NemetschekAllplan/pythonparts-vibe-coding
SkillsMP has collected 6 skills from NemetschekAllplan/pythonparts-vibe-coding. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 4
- GitHub forks
- 1
Skills in this repository
Showing 6 of 6 collected skills.
Use this skill to find out the ALLPLAN version and environment paths for PythonPart development.
Use this skill when creating a new PythonPart. This skill provides the most high-level guidance and links to more specific skills for each step of the process.
Use this skill for creating and manipulating geometry using ALLPLAN's geometry engine (NemAll_Python_Geometry module).
Use this skill when writing python code for a PythonPart. It covers the structure of the script, the Script Object contract, coding rules, and how to add input steps.
Use this skill to design and build the property palette (the PYP file) for a PythonPart. The palette is the primary UI the user interacts with to input parameters that drive the PythonPart's output.