Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

3Dx SectionService Runtime-Error '430' when set the object

Status
Not open for further replies.

CarlosR2022

Electrical
Joined
Sep 16, 2010
Messages
36
Location
US
I tried the Macro example shipped with 3Dx to create a section, it returns the error '430' Class does not support Automation or does not support expected interface 3Dx. If I create the section manually via 3Dx GUI tool there is no issue. I already manually added a Markup to the product but I still get the same error. I also tried to get some other services like MeasurementService without any issues.

Code:
dim oSectionService as SectionService
set oSectionService = CATIA.ActiveEditor.GetService("SectionService") '~~~ Error

Does anyone happen to see this issue and have a solution for this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top