CATSketcherUseItf Interface IDMPlane

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface IDMPlane

This interface describes the planar surface.
The single method defined here provides access to the plane’s parameters. If this is the geometry type of the object, this interface’s REFIID serves as its geometry typing information.


Method Index


o GetPlaneData(double[3],double[3])
Provides the Client access to the plane’s parameters.

Methods


o GetPlaneData
public virtual GetPlaneData( iRootPoint,
oNormalVector)
Provides the Client access to the plane’s parameters.
Parameters:
double
iRootPoint[3] [out] Outputs a point on the plane.
double
oNormalVector[3] [out] Outputs a unit vector perpendicular to the plane.

This object is included in the file: IDMPlane.h
If needed, your Imakefile.mk should include the module: CATSketcherUseItf

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