AutoCAD P&ID
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
P&ID Automation
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
224 Views, 3 Replies
02-28-2008 01:04 AM
I need to insert VALVE in the SLINE using custom program (Autolisp , Arx or VB). Is it possible ?
*Jorge Lopez
Re: P&ID Automation
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-28-2008 05:43 AM in reply to:
intratech
Autolisp and VBA are not a supported development environments for AutoCAD
P&ID objects but can be used for normal AutoCAD objects.
AutoCAD P&ID provides .NET APIs and C++ ARX based APIs as part of the PnPSDK
(installed with the product). Inserting a valve on an SLINE programmatic is
a supported activity via the AcPpLineSegment custom entity class.
Jorge
"intratech" wrote in message news:5860879@discussion.autodesk.com...
I need to insert VALVE in the SLINE using custom program (Autolisp , Arx or
VB). Is it possible ?
P&ID objects but can be used for normal AutoCAD objects.
AutoCAD P&ID provides .NET APIs and C++ ARX based APIs as part of the PnPSDK
(installed with the product). Inserting a valve on an SLINE programmatic is
a supported activity via the AcPpLineSegment custom entity class.
Jorge
"intratech" wrote in message news:5860879@discussion.autodesk.com...
I need to insert VALVE in the SLINE using custom program (Autolisp , Arx or
VB). Is it possible ?
Re: P&ID Automation
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-28-2008 04:15 PM in reply to:
intratech
Great! where can I get the document on PnpSDK ?
*Jorge Lopez
Re: P&ID Automation
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-28-2008 06:04 PM in reply to:
intratech
It is installed with the product in the PnPSDK folder. Let me know if you
cannot find it.
Jorge
"intratech" wrote in message news:5862085@discussion.autodesk.com...
Great! where can I get the document on PnpSDK ?
cannot find it.
Jorge
"intratech" wrote in message news:5862085@discussion.autodesk.com...
Great! where can I get the document on PnpSDK ?
