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

Attribute visitor with empty implementation. More...

Inheritance diagram for cadex.PMI.SemanticAttributeVoidVisitor:
cadex.PMI.SemanticAttributeVisitor

Public Member Functions

 SemanticAttributeVoidVisitor (global::System.IntPtr cPtr, bool cMemoryOwn)
 
override void Apply (cadex.PMI.ModifierAttribute theAttribute)
 
override void Apply (cadex.PMI.ModifierWithValueAttribute theAttribute)
 
override void Apply (cadex.PMI.QualifierAttribute theAttribute)
 
override void Apply (cadex.PMI.PlusMinusBoundsAttribute theAttribute)
 
override void Apply (cadex.PMI.RangeAttribute theAttribute)
 
override void Apply (cadex.PMI.LimitsAndFitsAttribute theAttribute)
 
override void Apply (cadex.PMI.DatumTargetAttribute theAttribute)
 
override void Apply (cadex.PMI.DatumRefAttribute theAttribute)
 
override void Apply (cadex.PMI.DatumRefCompartmentAttribute theAttribute)
 
override void Apply (cadex.PMI.MaximumValueAttribute theAttribute)
 
override void Apply (cadex.PMI.DisplacementAttribute theAttribute)
 
override void Apply (cadex.PMI.LengthUnitAttribute theAttribute)
 
override void Apply (cadex.PMI.AngleUnitAttribute theAttribute)
 
override void Apply (cadex.PMI.MachiningAllowanceAttribute theAttribute)
 
override void Apply (cadex.PMI.SurfaceTextureRequirementAttribute theAttribute)
 
- Public Member Functions inherited from cadex.PMI.SemanticAttributeVisitor
 SemanticAttributeVisitor (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
void Apply (cadex.PMI.ModifierAttribute theAttribute)
 
void Apply (cadex.PMI.ModifierWithValueAttribute theAttribute)
 
void Apply (cadex.PMI.QualifierAttribute theAttribute)
 
void Apply (cadex.PMI.PlusMinusBoundsAttribute theAttribute)
 
void Apply (cadex.PMI.RangeAttribute theAttribute)
 
void Apply (cadex.PMI.LimitsAndFitsAttribute theAttribute)
 
void Apply (cadex.PMI.DatumTargetAttribute theAttribute)
 
void Apply (cadex.PMI.DatumRefAttribute theAttribute)
 
void Apply (cadex.PMI.DatumRefCompartmentAttribute theAttribute)
 
void Apply (cadex.PMI.MaximumValueAttribute theAttribute)
 
void Apply (cadex.PMI.DisplacementAttribute theAttribute)
 
void Apply (cadex.PMI.LengthUnitAttribute theAttribute)
 
void Apply (cadex.PMI.AngleUnitAttribute theAttribute)
 
void Apply (cadex.PMI.MachiningAllowanceAttribute theAttribute)
 
void Apply (cadex.PMI.SurfaceTextureRequirementAttribute theAttribute)
 

Protected Member Functions

override void Dispose (bool disposing)
 

Detailed Description

Attribute visitor with empty implementation.

SemanticAttributeVoidVisitor can be used as a base class for subclasses that only need to redefine a few methods.

Member Function Documentation

◆ Dispose()

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