All Frameworks  Class Hierarchy  This Framework  Indexes   

GSMInterfaces Interface 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 GetLine( oLine)
Gets the passing line.
Parameters:
oline
line
o GetPoint
public virtual GetPoint( oPoint)
Gets the passing point.
Parameters:
oPoint
point
o SetLine
public virtual SetLine( const iLine)
Sets the passing line.
Parameters:
iLine
line
o SetPoint
public virtual SetPoint( const iPoint)
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.