All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

DraftingInterfaces Interface CATIDrwBreakElem

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

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


interface CATIDrwBreakElem

Interface of the breakElem object.
Role: breakElem objects are necessary to defined the profile on which an areafill will be built.

See also:
CATIDrwAnnotationFactory.CreateDrwAreaFill


Method Index


o GetCurve()
Get the shetch element.
o GetParameter1()
Get the first parameter.
o GetParameter2()
Get the second parameter.
o SetComment(CATUnicodeString)
Set the comment.

Methods


o GetCurve
public virtual CATI2DCurve_var GetCurve()=0
Get the shetch element. This sketch element is one element of one contour, intersected in the parameters described before.
Returns:
the CATI2DCurve corresponding to the skecth element referenced.
See also:
CATIDrwAreaFill, CATI2DCurve
o GetParameter1
public virtual double GetParameter1()=0
Get the first parameter. This parameter is the one of sketch element where there is a relevant intersection of one contour of the Areafill it defines.
Returns:
the double corresponding to the first intersection it has.
See also:
CATIDrwAreaFill
o GetParameter2
public virtual double GetParameter2()=0
Get the second parameter. This parameter is the one of sketch element where there is a relevant intersection of one contour of the Areafill it defines.
Returns:
the double corresponding to the second intersection it has.
See also:
CATIDrwAreaFill
o SetComment
public virtual void SetComment(CATUnicodeString iComment)=0
Set the comment.
Parameters:
iComment
String to define what you want to identify.

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

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