Creating custom component scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good Day Everyone.
I'm new into using AutoCAD Plant 3D custom script creation.
I'm following certain steps in generating custom component through scripting. Here are the steps:
1. Placing the created .py file in the CustomScripts Folder in the CPak Common as well as images of different resolutions.
2. Run the command PLANTREGISTERCUSTOMSCRIPTS then perform the command "arx" "l" "Pnp3dacpadapter" then perform TESTACPSCRIPT "Name of the file"
3. Open Spec Editor's catalog then creating the component as well as placing value in the long description field and matching pipe od then save into the catalog.
4. Create new spec then placing the new spec in the cpak common folder then adding the created component in it.
5. Copy the .pspc & .pspx file into the spec sheet of the project.
6. Load the created component.
In the last part, when I tried to drag the component. The drawing created in the doesn't appear.
I hope anyone can help me with these. Thank you for your kind response.