CATMecModUseItf Interface CATIMmiUseMfBRep
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMmiUseMfBRep
Interface to manage BRep features.
, CATIMmiUseBRep, CATIMmiUseTopoAccess.
Method Index
- o
GetBRepBuildType(CATMfBRepBuildType&)
- Returns the build type.
- o
GetBody(CATBody_var&)
- Returns the body associated with BRep feature.
- o
IsAIntersectionBRep(CATBoolean&)
- Tests if the BRep feature is an intersection BRep.
Methods
o GetBRepBuildType
public virtual GetBRepBuildType( | | oBuildType) |
-
Returns the build type.
Role: this method returns the build type.
- Parameters:
-
- oBuildType
- [out] The build type.
Legal values:
MfWithTemporaryBody, MfWithPermanentBody.
- Returns:
-
- S_OK
- Successfull.
- E_FAIL
- an error occured.
o GetBody
public virtual GetBody( | | oBody) |
-
Returns the body associated with BRep feature.
Role: this method returns the body associated with BRep feature.
- Parameters:
-
- oBody
- [out] The body.
- Returns:
-
- S_OK
- Successfull.
- E_FAIL
- an error occured.
o IsAIntersectionBRep
public virtual IsAIntersectionBRep( | | oIsIntersection) |
-
Tests if the BRep feature is an intersection BRep.
Role: this method tests if the BRep feature is an intersection BRep.
- Parameters:
-
- oIsIntersection
- [out] a list of Features used to define the BRep.
- Returns:
-
- S_OK
- Successfull.
- E_FAIL
- an error occured.
This object is included in the file: CATIMmiUseMfBRep.h
If needed, your Imakefile.mk should include the module: CATMecModUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.