CATGSMUseItf Interface CATIGSMUsePlane1Line1Pt
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUsePlane1Line1Pt
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:
-
Method Index
- o
GetLine(CATIMmiMechanicalFeature_var&)
- Gets the passing line.
- o
GetPoint(CATIMmiMechanicalFeature_var&)
- Gets the passing point.
- o
SetLine(CATIMmiMechanicalFeature_var)
- Sets the passing line.
- o
SetPoint(CATIMmiMechanicalFeature_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: CATIGSMUsePlane1Line1Pt.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.