GMModelInterfaces Global Function CATCGMCreateInclusion


CATCGMCreateInclusion( iFactory,
Config,
const iPt,
const iSur,
const iTol,
const iSearchOnBoundary= TRUE,
iMode= BASIC)
Creates an operator for testing the inclusion of a CATPoint in a CATSurface.
Parameters:
iWhere
The pointer to the factory of the geometry.
iPt
The pointer to the point.
iSur
The pointer to the surface.
iTol
The tolerance used to decide the inclusion.
iSearchOnBoundary
TRUE
the operator operates on the whole surface, including its boundary.
FALSE
the operator does not operate on the CATSurface boundary.
iMode
The mode of use.
Legal values:
BASIC
The operation is performed at the operator creation.
ADVANCED
Use the Run method to compute the operation.
Returns:
[out, IUnknown#Release] The pointer to the created operator.To be released with the Release method after use.

This object is included in the file: CATCGMCreateInclusionPtSur.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.