CATGSMUseItf Interface CATIGSMUsePointBetween
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUsePointBetween
Interface to point feature created between two other points.
Role: Allows you to access data of the point feature created between two points.
- See also:
-
Method Index
- o
GetFirstPoint(CATIMmiMechanicalFeature_var&)
- Gets the first reference point.
- o
GetOrientation(CATGSMOrientation&)
- Gets the orientation.
- o
GetRatio(CATICkeParm_var&)
- Gets the Ratio.
- o
GetSecondPoint(CATIMmiMechanicalFeature_var&)
- Gets the second reference point.
- o
GetSupport(CATIMmiMechanicalFeature_var&)
- Gets the support curve or surface.
- o
InvertOrientation()
- Inverts the orientation.
- o
SetFirstPoint(CATIMmiMechanicalFeature_var)
- Sets the first reference point.
- o
SetOrientation(CATGSMOrientation)
- Sets the orientation.
- o
SetRatio(CATICkeParm_var)
- Sets the Ratio.
- o
SetSecondPoint(CATIMmiMechanicalFeature_var)
- Sets the second reference point.
- o
SetSupport(CATIMmiMechanicalFeature_var)
- Sets the support curve or surface.
Methods
o GetFirstPoint
public virtual GetFirstPoint( | | oFirstPoint) |
-
Gets the first reference point.
o GetOrientation
public virtual GetOrientation( | | oOrientation) |
-
Gets the orientation.
o GetRatio
public virtual GetRatio( | | oRatio) |
-
Gets the Ratio.
o GetSecondPoint
public virtual GetSecondPoint( | | oSecondPoint) |
-
Gets the second reference point.
o GetSupport
public virtual GetSupport( | | oSupport) |
-
Gets the support curve or surface.
if a support is given, the input point should lie on the support.
- Parameters:
-
- oSupport
- support curve or surface
o InvertOrientation
public virtual InvertOrientation( | ) |
-
Inverts the orientation.
o SetFirstPoint
public virtual SetFirstPoint( | const | iFirstPoint) |
-
Sets the first reference point.
o SetOrientation
public virtual SetOrientation( | const | iOrientation) |
-
Sets the orientation.
o SetRatio
public virtual SetRatio( | const | iRatio) |
-
Sets the Ratio.
o SetSecondPoint
public virtual SetSecondPoint( | const | iSecondPoint) |
-
Sets the second reference point.
o SetSupport
public virtual SetSupport( | const | iSupport) |
-
Sets the support curve or surface.
if a support is given, the input point should lie on the support.
- Parameters:
-
- iSupport
- support curve or surface
This object is included in the file: CATIGSMUsePointBetween.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.