sehe ich das richtig das Inventor für "normale" Bauteile den gleichen Subtyp verwendet wie für iPart's ??? Ich benötige eine Methode um iParts per API zu ermitteln... Wer kann helfen ?
erstellt am: 16. Aug. 2012 15:32 <-- editieren / zitieren --> Unities abgeben: Nur für Pelikan
Hallo Andreas,
PartComponentDefinition (lt. API Hilfe):
IsiPartFactory: Property that returns if the part is an iPart Factory or not. It returns True in the case where the part is a factory. If True, the factory can be obtained using the iPartFactory property.
IsiPartMember: Property that returns the iPartMember object. This property will fail in the case where the part is not an iPart Member. You can determine this by using the IsiPartMember property.