All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

TopologicalOperators Class CATDynDraftAngle

Mathematics.CATCGMVirtual
  |
  +---CATDynDraftAngle
 

Usage: you must use this class as is. You should never derive it.


public class CATDynDraftAngle

Class defining an elementary draft operation.

An elementary draft operation defines the angle draft associated with faces to draft.

See also:
CATDynDraftDomain, CATDynDraftRibbon, CATDynDraft


Constructor and Destructor Index


o CATDynDraftAngle(CATLISTP(CATFace)&,CATAngle&)
Constructs an elementary draft operation.
o ~CATDynDraftAngle()

Method Index


o GetAngle()
Returns the draft angle value.
o GetFaces()
Returns the list of faces taken into account in this elementary draft operation.

Constructor and Destructor


o CATDynDraftAngle
public CATDynDraftAngle( const CATLISTP(CATFace)& iFacesToDraft,
const CATAngle& iDraftAngle)
Constructs an elementary draft operation.
Parameters:
iFacesToDraft
The list of pointers to the faces to draft.
iDraftAngle
The common angle value to associate with iFacesToDraft.
o ~CATDynDraftAngle
public ~CATDynDraftAngle()

Methods


o GetAngle
public CATAngle GetAngle()const
Returns the draft angle value.
Returns:
The draft angle value.
o GetFaces
public const CATLISTP(CATFace) & GetFaces()const
Returns the list of faces taken into account in this elementary draft operation.
Returns:
The list of pointers to the faces of this.

This object is included in the file: CATDynDraftAngle.h
If needed, your Imakefile.mk should include the module: CATTopologicalOperators

Copyright © 2003, Dassault Systèmes. All rights reserved.