All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GSMInterfaces Interface CATIGSMPlaneExplicit

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIGSMPlaneExplicit
 

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


interface CATIGSMPlaneExplicit

Interface to explicit plane feature.
Role: Allows you to access data of the plane feature created without history

See also:
CATIGSMFactory.CreatePlaneExplicit


Method Index


o FirstAxis(double*&)
Gets plane First Direction.
o Origin(double*&)
Gets plane Origine.
o SecondAxis(double*&)
Gets plane Second Direction.

Methods


o FirstAxis
public virtual HRESULT FirstAxis(double*& oCoord) = 0
Gets plane First Direction.
Parameters:
oCoord
first axis coordinates
o Origin
public virtual HRESULT Origin(double*& oCoord) = 0
Gets plane Origine.
Parameters:
oCoord
origin coordinates
o SecondAxis
public virtual HRESULT SecondAxis(double*& oCoord) = 0
Gets plane Second Direction.
Parameters:
oCoord
second axis coordinates

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

Copyright © 2003, Dassault Systèmes. All rights reserved.