SemanticGDTFrameExtension (Object)

Interface to parse Semantic GDT auxiliary feature.

Its allows getting information of Intersection Plane, Orientation Plane, Collection Plane or Direction Feature. (ISO Standard only).

Properties


Property DirectionSpecification() As (Read Only)
Gets the direction specification.
Parameters:
oDirSpec
The Direction of Specification.
List of legal values are the same as the ones obtained using SuperType property (equals to "FTA_Orientation") from Annotation2 augmented by specific type "FTA_Symmetry":
oDirSpec = "FTA_Parallelism"
oDirSpec = "FTA_Perpendicularity"
oDirSpec = "FTA_Angularity"
oDirSpec = "FTA_Symmetry"
Property Type() As (Read Only)
Gets the Type.
Parameters:
oType
The Type.
List of types available:
Type = "FTA_IntersectionPlane"
Type = "FTA_OrientationPlane"
Type = "FTA_CollectionPlane"
Type = "FTA_DirectionFeature"

Methods


Func DirectionReference() As
Returns the Datum Feature used as reference to specify auxiliary feature.
Parameters:
oDatumFeature
The Datum Feature.
Func Orientation() As
Retrieves orientation angle when DirectionSpecification is "FTA_Angularity".
These values are expressed in degrees.
Parameters:
oOrientation
The orientation value with respect to Datum Feature reference.