All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATITrim
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITrim
Class to define methods relative to trim operations.
Role: A boolean operation is an operation between two mechanical
bodies.
The operation inserts a second body after the last feature
of a first body.
The trim operation starts with a step of dividing the volumes of the two
bodies in a set of new volumes (volumes which belong only to the first body,
volumes which belong only to the second body, volumes which belong to both
bodies).
The second step consists to take into account a list of specified faces in
order to define which volumes must be kept or removed.
public virtual void AddFaceToKeep( | const CATISpecObject_var | iFace) = 0 |
public virtual void AddFaceToRemove( | const CATISpecObject_var | iFace) = 0 |
public virtual void WithdrawFaceToKeep( | const CATISpecObject_var | iFace) = 0 |
public virtual void WithdrawFaceToRemove( | const CATISpecObject_var | iFace) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.