All Frameworks  Class Hierarchy  This Framework  Previous  Indexes

CATAssemblyInterfaces Interface CATIProdDraftingProperties

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

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


interface CATIProdDraftingProperties

Interface to manage the drafting properties of a product.

Role: Allows to specify the properties that should be used when generating views in the Drafting workbench.


Method Index


o GetCutStatus(CATBoolean&)
Gets the Cut option.
o GetHiddenLineMode(CATBoolean&)
Gets the hidden lines option.
o GetUseStatus(CATBoolean&)
Gets the Use option.
o SetCutStatus(CATBoolean)
Retrieves the Cut option.
o SetHiddenLineMode(CATBoolean)
Retrieves the hidden lines option.
o SetUseStatus(CATBoolean)
Retrieves the Use option.

Methods


o GetCutStatus
public virtual HRESULT GetCutStatus(CATBoolean& oCutStatus)= 0
Gets the Cut option.
Parameters:
oCutStatus
The cut option.
TRUE the component will be cut when projected in section views
FALSE the component will not be cut when projected in section views
o GetHiddenLineMode
public virtual HRESULT GetHiddenLineMode(CATBoolean& oHiddenLineMode)= 0
Gets the hidden lines option.
Parameters:
oHiddenLineMode
The hidden lines option.
TRUE the component will be represented with hidden lines in section views
FALSE the component will not be represented with hidden lines in section views
o GetUseStatus
public virtual HRESULT GetUseStatus(CATBoolean& oUseStatus)= 0
Gets the Use option.
Parameters:
oUseStatus
The use option.
TRUE the component will be projected in section views
FALSE the component will not be projected in section views
o SetCutStatus
public virtual HRESULT SetCutStatus( const CATBoolean iCutStatus)= 0
Retrieves the Cut option.
Parameters:
iCutStatus
The cut option.
TRUE the component will be cut when projected in section views
FALSE the component will not be cut when projected in section views
o SetHiddenLineMode
public virtual HRESULT SetHiddenLineMode( const CATBoolean iHiddenLineMode)= 0
Retrieves the hidden lines option.
Parameters:
iHiddenLineMode
The hidden lines option.
TRUE the component will be represented with hidden lines in section views
FALSE the component will not be represented with hidden lines in section views
o SetUseStatus
public virtual HRESULT SetUseStatus( const CATBoolean iUseStatus)= 0
Retrieves the Use option.
Parameters:
iUseStatus
The use option.
TRUE the component will be projected in section views
FALSE the component will not be projected in section views

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

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