Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : SetTheos Method
Diameter of a circle, cylinder, or sphere. Big diameter of a cone.
Length of a cylinder.
Angle of a cone.
Small diameter of a cone.
Starting angles for circles, cylinders, and spheres.
Ending angles for circles, cylinders, and spheres.
Second starting angle for spheres.
Second ending angles for spheres.
SetTheos Method
Description
Sets theoretical values for feature (used in StartFeature block)
Syntax
Visual Basic
Public Sub SetTheos( _
   Optional ByVal X As Variant, _
   Optional ByVal Y As Variant, _
   Optional ByVal Z As Variant, _
   Optional ByVal I As Variant, _
   Optional ByVal J As Variant, _
   Optional ByVal K As Variant, _
   Optional ByVal diam As Variant, _
   Optional ByVal Length As Variant, _
   Optional ByVal Angle As Variant, _
   Optional ByVal small_diam As Variant, _
   Optional ByVal start_angle As Variant, _
   Optional ByVal end_angle As Variant, _
   Optional ByVal start_angle2 As Variant, _
   Optional ByVal end_angle2 As Variant _
) 
Parameters
X
Y
Z
I
J
K
diam
Diameter of a circle, cylinder, or sphere. Big diameter of a cone.
Length
Length of a cylinder.
Angle
Angle of a cone.
small_diam
Small diameter of a cone.
start_angle
Starting angles for circles, cylinders, and spheres.
end_angle
Ending angles for circles, cylinders, and spheres.
start_angle2
Second starting angle for spheres.
end_angle2
Second ending angles for spheres.
Remarks
A call to SetTheos is mandatory for all measured features.
See Also