CATPartUseItf Interface CATIPdgUseSplit
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPdgUseSplit
Interface to represent split feature.
Role: The split feature allows users to split a mechanical feature
with a surfacic feature. The result of the operation is a new mechanical
feature.
The result of the splitting operation is the part relimited with the surfacic
feature.
The behavior of this interface is defined in the CATIPdgUseSuSplit interface.
- See also:
- ,
Method Index
- o
GetExtrapolationType(CATPrtExtrapolationType&)
- Retrieves the extrapolation mode in which the split feature is computed.
- o
SetExtrapolationType(CATPrtExtrapolationType&)
- Sets or modify the extrapolation mode in which the split feature is computed.
Methods
o GetExtrapolationType
public virtual GetExtrapolationType( | | oMode) |
-
Retrieves the extrapolation mode in which the split feature is computed.
- Parameters:
-
- oMode
- The extrapolation mode.
Legal values: oMode equals CATPrtExtrapolation_None (=0)
or CATPrtExtrapolation_Tangent (=1).
The CATPrtExtrapolation_None indicates no propagation computation is done.
The CATPrtExtrapolation_Tangent indicates a tangent propagation of the splitting surface
is done.
o SetExtrapolationType
public virtual SetExtrapolationType( | | iMode) |
-
Sets or modify the extrapolation mode in which the split feature is computed.
- Parameters:
-
- oMode
- The extrapolation mode.
Legal values: oMode equals CATPrtExtrapolation_None (=0)
or CATPrtExtrapolation_Tangent (=1).
The CATPrtExtrapolation_None indicates no propagation computation is done.
The CATPrtExtrapolation_Tangent indicates a tangent propagation of the splitting surface
is done.
This object is included in the file: CATIPdgUseSplit.h
If needed, your Imakefile.mk should include the module: CATPartUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.