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

Defines plus and minus bounds (deviations) of a tolerance. More...

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

Public Member Functions

 PlusMinusBoundsAttribute (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 PlusMinusBoundsAttribute ()
 Constructor.
 
 PlusMinusBoundsAttribute (double theLowerBound, double theUpperBound)
 Constructor.
 
void SetUpperBound (double theValue)
 Sets the upper bound.
 
double UpperBound ()
 Returns 0 by default.
 
void SetLowerBound (double theValue)
 Sets the lower bound.
 
double LowerBound ()
 Returns 0 by default.
 
- 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 PlusMinusBoundsAttribute 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 plus and minus bounds (deviations) of a tolerance.

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

Constructor & Destructor Documentation

◆ PlusMinusBoundsAttribute() [1/2]

cadex.PMI.PlusMinusBoundsAttribute.PlusMinusBoundsAttribute ( )
inline

Constructor.

◆ PlusMinusBoundsAttribute() [2/2]

cadex.PMI.PlusMinusBoundsAttribute.PlusMinusBoundsAttribute ( double theLowerBound,
double theUpperBound )
inline

Constructor.

Member Function Documentation

◆ CompareType()

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

Returns true if theObject has the PlusMinusBoundsAttribute type.

◆ Dispose()

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

Reimplemented from cadex.BaseObject.

◆ LowerBound()

double cadex.PMI.PlusMinusBoundsAttribute.LowerBound ( )
inline

Returns 0 by default.

Returns the lower bound.

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

◆ SetLowerBound()

void cadex.PMI.PlusMinusBoundsAttribute.SetLowerBound ( double theValue)
inline

Sets the lower bound.

◆ SetUpperBound()

void cadex.PMI.PlusMinusBoundsAttribute.SetUpperBound ( double theValue)
inline

Sets the upper bound.

◆ UpperBound()

double cadex.PMI.PlusMinusBoundsAttribute.UpperBound ( )
inline

Returns 0 by default.

Returns the upper bound.

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