All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIMfgGeometryFactory
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgGeometryFactory
Interface to create a manufacturing geometry.
Role: CATIMfgGeometryFactory has methods to create a
manufacturing geometry and a manufacturing connector.
The manufacturing geometry is used to refer a geometry of an external document
such as a CATPart or a CATProduct.
The manufacturing connector is used to refer an object of an external document
such as a CATPart or a CATProduct. This object may be a Design Feature.
public virtual HRESULT CreateConnector( | const CATILinkableObject_var& | iExternalObject, |
const CATBaseUnknown_var& | iProduct, | |
CATBaseUnknown_var& | oManufacturingConnector) = 0 |
public virtual HRESULT CreateGeometry( | const CATILinkableObject_var& | iGeometry, |
const CATBaseUnknown_var& | iProduct, | |
CATBaseUnknown_var& | oManufacturingGeometry) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.