All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GSMInterfaces Interface CATIGSMPlane1Line1Pt

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

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


interface CATIGSMPlane1Line1Pt

Interface to plane feature defined by a line and a point.
Role: Allows you to access data of the plane feature passing though one line and one point

See also:
CATIGSMFactory.CreatePlane1Line1Pt


Method Index


o GetLine(CATISpecObject_var&)
Gets the passing line.
o GetPoint(CATISpecObject_var&)
Gets the passing point.
o SetLine(CATISpecObject_var)
Sets the passing line.
o SetPoint(CATISpecObject_var)
Sets the passing point.

Methods


o GetLine
public virtual HRESULT GetLine(CATISpecObject_var& oLine) = 0
Gets the passing line.
Parameters:
oline
line
o GetPoint
public virtual HRESULT GetPoint(CATISpecObject_var& oPoint) = 0
Gets the passing point.
Parameters:
oPoint
point
o SetLine
public virtual HRESULT SetLine( const CATISpecObject_var iLine) = 0
Sets the passing line.
Parameters:
iLine
line
o SetPoint
public virtual HRESULT SetPoint( const CATISpecObject_var iPoint) = 0
Sets the passing point.
Parameters:
iPoint
point

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

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