Hide menu
Loading...
Searching...
No Matches
cadex.PMI.LimitsAndFitsAttribute Class Reference

Defines a kind of a tolerance class dimension. More...

Inheritance diagram for cadex.PMI.LimitsAndFitsAttribute:
cadex.PMI.SemanticAttribute cadex.BaseObject

Public Member Functions

 LimitsAndFitsAttribute (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 LimitsAndFitsAttribute ()
 Constructor.
 
 LimitsAndFitsAttribute (cadex.UTF16String theType, cadex.UTF16String theValue)
 Constructor.
 
void SetType (cadex.UTF16String theType)
 Sets the type.
 
cadex.UTF16String Type ()
 Returns the type.
 
void SetValue (cadex.UTF16String theValue)
 Sets the value.
 
cadex.UTF16String Value ()
 Returns the value.
 
- Public Member Functions inherited from cadex.PMI.SemanticAttribute
 SemanticAttribute (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Accept (cadex.PMI.SemanticAttributeVisitor theVisitor)
 
- Public Member Functions inherited from cadex.BaseObject
 BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
bool IsNull ()
 
ulong Id ()
 Return unique identifier of public object.
 
bool IsEqual (cadex.BaseObject theObj)
 
override int GetHashCode ()
 
override bool Equals (System.Object o)
 

Static Public Member Functions

static new bool CompareType (cadex.BaseObject theObject)
 Returns true if theObject has the LimitsAndFitsAttribute type.
 
- Static Public Member Functions inherited from cadex.PMI.SemanticAttribute
static bool CompareType (cadex.BaseObject theObject)
 Returns true if theObject has the SemanticAttribute type.
 
static cadex.PMI.SemanticAttribute Cast (cadex.BaseObject theBase)
 

Protected Member Functions

override void Dispose (bool disposing)
 
- Protected Member Functions inherited from cadex.PMI.SemanticAttribute
override void Dispose (bool disposing)
 

Detailed Description

Defines a kind of a tolerance class dimension.

Defines a kind of a tolerance class dimension such as form variance, zone variance, grade, etc. (ISO 286)

See also
SemanticAttribute
Examples
exploring/pmi/Program.cs, and exploring/pmi/main.cxx.

Constructor & Destructor Documentation

◆ LimitsAndFitsAttribute() [1/2]

cadex.PMI.LimitsAndFitsAttribute.LimitsAndFitsAttribute ( )
inline

Constructor.

◆ LimitsAndFitsAttribute() [2/2]

cadex.PMI.LimitsAndFitsAttribute.LimitsAndFitsAttribute ( cadex.UTF16String theType,
cadex.UTF16String theValue )
inline

Constructor.

Member Function Documentation

◆ CompareType()

static new bool cadex.PMI.LimitsAndFitsAttribute.CompareType ( cadex.BaseObject theObject)
inlinestatic

Returns true if theObject has the LimitsAndFitsAttribute type.

◆ Dispose()

override void cadex.PMI.LimitsAndFitsAttribute.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.BaseObject.

◆ SetType()

void cadex.PMI.LimitsAndFitsAttribute.SetType ( cadex.UTF16String theType)
inline

Sets the type.

◆ SetValue()

void cadex.PMI.LimitsAndFitsAttribute.SetValue ( cadex.UTF16String theValue)
inline

Sets the value.

◆ Type()

cadex.UTF16String cadex.PMI.LimitsAndFitsAttribute.Type ( )
inline

Returns the type.

Examples
exploring/pmi/Program.cs, and exploring/pmi/main.cxx.

◆ Value()

cadex.UTF16String cadex.PMI.LimitsAndFitsAttribute.Value ( )
inline

Returns the value.

Examples
exploring/pmi/Program.cs, and exploring/pmi/main.cxx.