All Frameworks Class Hierarchy This Framework Previous Next Indexes
DraftingInterfaces Interface CATIDftRough
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIDftRough
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDftRough
Definition of interface for Roughness Symbols.
Method Index
- o
GetAllAround(CATBoolean*)
- Returns the contact of roughness symbol.
- o
GetInvert(CATBoolean*)
- Returns if the roughness is inverted or not.
- o
GetSpecificationLine(CATBoolean*)
- Returns if the roughness has a specification line.
- o
GetSurfaceLay(DftRoughSurfaceLay*)
- Returns the mode of roughness symbol.
- o
GetTextRange(DftRoughnessText,CATIDftTextRange**)
- Returns the CATIDftTextRange of text.
- o
GetType(DftRoughType*)
- Returns the type of roughness symbol.
- o
SetAllAround(CATBoolean)
- Sets the contact of roughness symbol.
- o
SetInvert(CATBoolean)
- Sets the mode of roughness symbol.
- o
SetSpecificationLine(CATBoolean)
- Sets the roughness specification line visibility.
- o
SetSurfaceLay(DftRoughSurfaceLay)
- Sets the mode of roughness symbol.
- o
SetType(DftRoughType)
- Sets the type of roughness symbol.
Methods
o GetAllAround
-
Returns the contact of roughness symbol.
o GetInvert
-
Returns if the roughness is inverted or not.
o GetSpecificationLine
-
Returns if the roughness has a specification line.
o GetSurfaceLay
-
Returns the mode of roughness symbol.
- See also:
- DftRoughSurfaceLay
o GetTextRange
-
Returns the CATIDftTextRange of text.
- Parameters:
-
- oTextRange
- [out, IUnknown#Release] [out] The Text Range.
- See also:
- DftRoughnessText
- See also:
- CATIDftTextRange
o GetType
-
Returns the type of roughness symbol.
- See also:
- DftRoughType
o SetAllAround
-
Sets the contact of roughness symbol.
o SetInvert
-
Sets the mode of roughness symbol.
o SetSpecificationLine
-
Sets the roughness specification line visibility.
o SetSurfaceLay
-
Sets the mode of roughness symbol.
- See also:
- DftRoughSurfaceLay
o SetType
-
Sets the type of roughness symbol.
- See also:
- DftRoughType
This object is included in the file: CATIDftRough.h
If needed, your Imakefile.mk should include the module: CATDraftingInterfaces