All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

SketcherInterfaces Interface CATISketchProperties

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATISketchProperties
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATISketchProperties

Sketch Default Geometry Type Management.


Method Index


o GetDefaultEltType(CAT2DEltType*,boolean*)
o GetEvaluationMode(CAT2DSolvingMode*)
o SetDefaultEltType(CAT2DEltType,boolean*)
o SetEvaluationMode(CAT2DSolvingMode)

Methods


o GetDefaultEltType
public virtual HRESULT GetDefaultEltType(CAT2DEltType* oType,
boolean* oPermanent=NULL) = 0
o GetEvaluationMode
public virtual HRESULT GetEvaluationMode(CAT2DSolvingMode* oMode) = 0
o SetDefaultEltType
public virtual HRESULT SetDefaultEltType( const CAT2DEltType iType,
const boolean* iPermanent=NULL) = 0
o SetEvaluationMode
public virtual HRESULT SetEvaluationMode( const CAT2DSolvingMode iMode) = 0

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

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