GMModelInterfaces Interface CATCGMTessParam
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATCGMTessParam
Class for the tessellation parameters.
Method Index
- o
GetMaxAngle()
- Returns the angle not to be exceeded .
- o
GetSag()
- Returns the sag.
- o
GetStep()
- Returns the step size.
- o
SetMaxAngle(float)
- Sets the angle not to be exceeded.
- o
SetSag(float)
- Sets the sag.
- o
SetStep(float)
- Sets the step size.
Data Member Index
- o
_MaxAngle
-
- o
_Sag
-
- o
_Step
-
Methods
o GetMaxAngle
-
Returns the angle not to be exceeded .
o GetSag
-
Returns the sag.
o GetStep
-
Returns the step size.
o SetMaxAngle
public SetMaxAngle( | | iMaxAngle) |
-
Sets the angle not to be exceeded.
o SetSag
-
Sets the sag.
o SetStep
-
Sets the step size.
Data Members
o _MaxAngle
protected float _MaxAngle
-
o _Sag
protected float _Sag
-
o _Step
protected float _Step
-
This object is included in the file: CATCGMTessParam.h
If needed, your Imakefile.mk should include the module: CATGMModelInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.