DraftingUseItf CATDftGenViewServices
Usage: you must use this class as is. You should never derive it.
public class CATDftGenViewServices
This toolbox purposes services to manage a generative view.
Method Index
- o
IsPlanarFacePerpendicularToGenView(CATOmbObjectInContext*,CATIDftView*,CATBoolean*,CATMathDirection*)
- Checks whether a face is perpendicular to a generative view.
Methods
o IsPlanarFacePerpendicularToGenView
public static IsPlanarFacePerpendicularToGenView( | | ip3DFace, |
| | iDftView, |
| | oPerpendicular, |
| | oNormal | = NULL) |
-
Checks whether a face is perpendicular to a generative view.
Role: This method Checks whether a face is perpendicular to a generative view.
It can be called before using CATIDftGenViewFactory.CreateAuxiliaryViewFrom3DFace
- Parameters:
-
- ip3DFace
- [in] The input face.
- iDftView
- [in] The input view.
- oPerpendicular
- [out] TRUE : the face is perpendicular.
FALSE : the face is not perpendicular.
- oNormal
- [out] optional parameter : the computed normal of the face.
- Returns:
-
- S_OK
- if the operation succeeds.
- E_INVALIDARG
- .if arguments are not valid.
- E_FAIL
- if the operation failed.
This object is included in the file: CATDftGenViewServices.h
If needed, your Imakefile.mk should include the module: CATDraftingUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.