All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATISmgFactory
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISmgFactory
Interface to create Surface Machining entities.
Role: This interface has methods to create a
machining area and a NC geometry feature.
The machining area is a manufacturing feature used to used to define different zones
to machine (part body, checks, forbidden zone and guiding curves).
The NC geometry feature is a geometrical zone pointed by several manufacturing features.
Query this interface on the feature container.
public virtual HRESULT CreateMachiningArea( | CATBaseUnknown_var& | oMachiningArea) = 0 |
public virtual HRESULT CreateNcGeometryFeature( | const CATUnicodeString& | iType, |
CATBaseUnknown_var& | oGeometryFeature) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.