SemanticGDTNxDisplay (Object)

Interface to distinguish Collection of features from Separate features GDT.

Properties


Property InstanceCount() As (Read Only)
Gets count of instances.

Methods


Func CommonZone() As
Gets the GDT on the Common Zone interface to access CZ modifier information. Method is only returning a valid object if ISO Standard is applied.
Parameters:
oCommonZone
Common Zone related information.
Func IsACollection() As
Checks if GDT is Collection of Features. In ISO Standard, GDT may have a CZ modifier on tolerance value.
Parameters:
oIsColl
  • TRUE: The GDT is applied on several elements considered as a collection
  • FALSE: The GDT is not applied with a collection consideration. It must be a separate.
Func IsASeparate() As
Checks if GDT is Separate Features. In ASME Standard this is indicated with the "INDIVIDUALLY" text linked to the GDT.
Parameters:
oIsSeparate
  • TRUE: The GDT is applied on several elements as many separate specifications.
  • FALSE: The GDT is not applied with a separate consideration. It must be a collection.