Attribute visitor with empty implementation. More...
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) |
Attribute visitor with empty implementation.
SemanticAttributeVoidVisitor can be used as a base class for subclasses that only need to redefine a few methods.
|
inlineprotectedvirtual |
Reimplemented from cadex.PMI.SemanticAttributeVisitor.