GMOperatorsInterfaces class 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.
ANGLES ARE TO BE SPECIFIED IN DEGREES.

See also:
CATDynDraftDomain, CATDynDraftRibbon, CATICGMDynDraft


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.
o SetAngle(CATAngle)
VB7 - LiveOperators - multiRun

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 in degrees 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 in degrees.
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.
o SetAngle
public void SetAngle( const CATAngle iAngle)
VB7 - LiveOperators - multiRun
Returns:
The draft angle value in degrees.

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

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.