CATStrUseItf Interface CATIStrUseEndcutMngt
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIStrUseEndcutMngt
Interface to manage Endcuts on the SFD Profile.
Role: Interface to manage SFD/SDD Endcuts on the SFD/SDD Profile.
An endcut is a connection storing all the parameters to realize the actual cut
in SDD. This interface allows you to create an endcut and to retrieve all of them.
The endcut can be contextual when there is a limit applied to the extremity of the profile
concerned. In this case, a ShortPoint endcut is automatically created when setting the limit.
Otherwise, the user can still create a non-contextual endcut.
Feature implementing this interface: SFD/SDD Profile.
,
. see CATIStrUseEndcut.
Method Index
- o
AddEndcut(CATStrProfileExtremity,CATIMmiMechanicalFeature_var&)
- Create a Endcut under this Profile at a specific extremity.
- o
GetEndcut(CATStrProfileExtremity,CATIMmiMechanicalFeature_var&)
- Get the Endcut that is at a specific extremity of this profile.
- o
RemoveEndcut(CATStrProfileExtremity)
- Remove the Endcut that is at a specific extremity of this profile.
Methods
o AddEndcut
public virtual AddEndcut( | const | iExtr, |
| | ospEndcut) |
-
Create a Endcut under this Profile at a specific extremity. See CATIStrUseEndcut interface.
- Parameters:
-
- iExtr
- Extremity, 1 for start, 2 for end.
- ospEndcut
- Endcut.
o GetEndcut
public virtual GetEndcut( | const | iExtr, |
| | ospEndcut) |
-
Get the Endcut that is at a specific extremity of this profile. See CATIStrUseEndcut interface.
- Parameters:
-
- iExtr
- Extremity, 1 for start, 2 for end.
- ospEndcut
- Endcut.
o RemoveEndcut
public virtual RemoveEndcut( | const | iExtr) |
-
Remove the Endcut that is at a specific extremity of this profile.
- Parameters:
-
- iExtr
- Extremity, 1 for start, 2 for end.
This object is included in the file: CATIStrUseEndcutMngt.h
If needed, your Imakefile.mk should include the module: CATStrUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.