GMOperatorsInterfaces CATICGMSketchGeodesic
Usage: you must use this class as is. You should never derive it.
public class CATICGMSketchGeodesic
Class defining the topological operator that creates a geodesic
curve from a point and a direction.
- A CATICGMSketchGeodesic operator is created with the CATCGMCreateGeodesicPointDir global method;
it must be directly released with the Release method after use. It is is not streamable.
You ask for the computation by using the Run method.
- The resulting body is retrieved with the GetResult method.
Constructor and Destructor Index
- o
CATICGMSketchGeodesic()
- Constructor
Method Index
- o
ChangeLength(CATPositiveLength)
- Replaces the length specified in the CATCGMCreateGeodesicPointDir global function.
- o
ChangePoint(CATGeometry*)
- Replaces the point specified in the CATCGMCreateGeodesicPointDir global function.
- o
ChangePoint(CATGeometry*,CATSurParam*)
- Replaces the point and support specified in the CATCGMCreateGeodesicPointDir global function.
- o
ChangeSupport(CATGeometry*)
- Replaces the support specified in the CATCGMCreateGeodesicPointDir global function.
- o
ChangeTangent(CATMathVector*)
- Replaces the tangent specified in the CATCGMCreateGeodesicPointDir global function.
- o
Run()
- Runs the operator.
Constructor and Destructor
o CATICGMSketchGeodesic
public CATICGMSketchGeodesic( | ) |
-
Constructor
Methods
o ChangeLength
public virtual ChangeLength( | | iLength) |
-
Replaces the length specified in the CATCGMCreateGeodesicPointDir global function.
- Parameters:
-
- iLength
- The new length value.
o ChangePoint
public virtual ChangePoint( | | iPoint) |
-
Replaces the point specified in the CATCGMCreateGeodesicPointDir global function.
- Parameters:
-
- iPoint
- The new point.
o ChangePoint
public virtual ChangePoint( | | iSupportPoint, |
| | iParam) |
-
Replaces the point and support specified in the CATCGMCreateGeodesicPointDir global function.
- Parameters:
-
- iSupportPoint
- The new support.
- iParam
- The new point.
o ChangeSupport
public virtual ChangeSupport( | | iSupport) |
-
Replaces the support specified in the CATCGMCreateGeodesicPointDir global function.
- Parameters:
-
- iSupport
- The new support.
o ChangeTangent
public virtual ChangeTangent( | | iTangent) |
-
Replaces the tangent specified in the CATCGMCreateGeodesicPointDir global function.
- Parameters:
-
- iTangent
- The new tangent value.
o Run
-
Runs the operator.
This object is included in the file: CATICGMSketchGeodesic.h
If needed, your Imakefile.mk should include the module: CATGMOperatorsInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.